#560209

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

Shades of Bordeaux #560209

Tints of Bordeaux #560209

Color information

#560209 (or 0x560209) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 09. RGB value is (86,2,9). Sum of RGB (Red+Green+Blue) = 86+2+9=97 (12% of max value = 765). Red value is 86 (33.98% from 255 or 88.66% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 86 - color contains mainly: red. Hex color #560209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560209 is #A9FDF6. Grayscale: #1B1B1B. Windows color (decimal): -11140599 or 590422. OLE color: 590422.

HSL color Cylindrical-coordinate representation of color #560209: hue angle of 355º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560209 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB8629-
CMYK00.980.900.66
HSL355º95.45%17.25%-
HSV(B)355º97.67%33.73%-
XYZ3.912.040.45-
YUV27.91117.33169.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 88.66%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 9 (3.91% from 255) = 9.28%
R=88.66%
G=2.06%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal862900.980.900.6635595.4517.25
Hex56290625A421635f11
Octal126211014213210254313721
Binary10101101010010110001010110101000010101100011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560209; }

 p { color: rgb(86,2,9); }

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

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

 a { background-color: rgb(86,2,9); }

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

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

 span { border-color: rgb(86,2,9); }

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