#570209

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

Shades of Bordeaux #570209

Tints of Bordeaux #570209

Color information

#570209 (or 0x570209) is unknown color: approx Bordeaux. HEX triplet: 57, 02 and 09. RGB value is (87,2,9). Sum of RGB (Red+Green+Blue) = 87+2+9=98 (12% of max value = 765). Red value is 87 (34.38% from 255 or 88.78% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 87 - color contains mainly: red. Hex color #570209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570209 is #A8FDF6. Grayscale: #1C1C1C. Windows color (decimal): -11075063 or 590423. OLE color: 590423.

HSL color Cylindrical-coordinate representation of color #570209: hue angle of 355.06º degrees, saturation: 0.96, 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 #570209 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB8729-
CMYK00.980.900.66
HSL355.06º95.51%17.45%-
HSV(B)355.06º97.7%34.12%-
XYZ42.090.45-
YUV28.21117.16169.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 88.78%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=88.78%
G=2.04%
B=9.18%

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
Decimal872900.980.900.66355.0695.5117.45
Hex57290625A421636011
Octal127211014213210254314021
Binary10101111010010110001010110101000010101100011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570209; }

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

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

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

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

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

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

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

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