#570B19

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

Shades of Bordeaux #570B19

Tints of Bordeaux #570B19

Color information

#570B19 (or 0x570B19) is unknown color: approx Bordeaux. HEX triplet: 57, 0B and 19. RGB value is (87,11,25). Sum of RGB (Red+Green+Blue) = 87+11+25=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #570B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570B19 is #A8F4E6. Grayscale: #232323. Windows color (decimal): -11072743 or 1641303. OLE color: 1641303.

HSL color Cylindrical-coordinate representation of color #570B19: hue angle of 348.95º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570B19 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB871125-
CMYK00.870.710.66
HSL348.95º77.55%19.22%-
HSV(B)348.95º87.36%34.12%-
XYZ4.232.341.15-
YUV35.32122.18164.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.73%
GREEN value IS 11 (4.69% from 255) = 8.94%
BLUE value IS 25 (10.16% from 255) = 20.33%
R=70.73%
G=8.94%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87112500.870.710.66348.9577.5519.22
Hex57B19057474215d4e13
Octal1271331012710710253511623
Binary10101111011110010101011110001111000010101011101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570B19; }

 p { color: rgb(87,11,25); }

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

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

 a { background-color: rgb(87,11,25); }

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

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

 span { border-color: rgb(87,11,25); }

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