#690426

Color #690426 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #690426

Tints of Burgundy #690426

Color information

#690426 (or 0x690426) is unknown color: approx Burgundy. HEX triplet: 69, 04 and 26. RGB value is (105,4,38). Sum of RGB (Red+Green+Blue) = 105+4+38=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #690426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690426 is #96FBD9. Grayscale: #262626. Windows color (decimal): -9894874 or 2491497. OLE color: 2491497.

HSL color Cylindrical-coordinate representation of color #690426: hue angle of 339.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690426 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB105438-
CMYK00.960.640.59
HSL339.8º92.66%21.37%-
HSV(B)339.8º96.19%41.18%-
XYZ6.223.232.13-
YUV38.08127.96175.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 71.43%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=71.43%
G=2.72%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10543800.960.640.59339.892.6621.37
Hex69426060403B1545d15
Octal15144601401007352413525
Binary1101001100100110011000001000000111011101010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690426; }

 p { color: rgb(105,4,38); }

 H1.HeaderClassName
 {
   color: #690426;
 }
 .AnyTagClassName
 {
   color: #690426;
 }
</style>
background-color css

<style>
 a { background-color: #690426; }

 a { background-color: rgb(105,4,38); }

 div.DivClassName
 {
   background-color: #690426;
 }
 .BgClassName
 {
   background-color: #690426;
 }
</style>
border-color css

<style>
 span { border-color: #690426; }

 span { border-color: rgb(105,4,38); }

 td.TdClassName
 {
   border-color: #690426;
 }
 .TagClassName
 {
   border-color: #690426;
 }
</style>