#570309

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

Shades of Bordeaux #570309

Tints of Bordeaux #570309

Color information

#570309 (or 0x570309) is unknown color: approx Bordeaux. HEX triplet: 57, 03 and 09. RGB value is (87,3,9). Sum of RGB (Red+Green+Blue) = 87+3+9=99 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87.88% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 87 - color contains mainly: red. Hex color #570309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570309 is #A8FCF6. Grayscale: #1C1C1C. Windows color (decimal): -11074807 or 590679. OLE color: 590679.

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

Color convert

RGB8739-
CMYK00.970.900.66
HSL355.71º93.33%17.65%-
HSV(B)355.71º96.55%34.12%-
XYZ4.012.110.45-
YUV28.8116.83169.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 87.88%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=87.88%
G=3.03%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal873900.970.900.66355.7193.3317.65
Hex57390615A421645d12
Octal127311014113210254413522
Binary10101111110010110000110110101000010101100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570309; }

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

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

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

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

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

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

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

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