#570810

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

Shades of Bordeaux #570810

Tints of Bordeaux #570810

Color information

#570810 (or 0x570810) is unknown color: approx Bordeaux. HEX triplet: 57, 08 and 10. RGB value is (87,8,16). Sum of RGB (Red+Green+Blue) = 87+8+16=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #570810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570810 is #A8F7EF. Grayscale: #202020. Windows color (decimal): -11073520 or 1050711. OLE color: 1050711.

HSL color Cylindrical-coordinate representation of color #570810: hue angle of 353.92º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570810 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB87816-
CMYK00.910.820.66
HSL353.92º83.16%18.63%-
HSV(B)353.92º90.8%34.12%-
XYZ4.112.240.71-
YUV32.53118.67166.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 78.38%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=78.38%
G=7.21%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8781600.910.820.66353.9283.1618.63
Hex5781005B52421625313
Octal1271020013312210254212323
Binary10101111000100000101101110100101000010101100010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570810; }

 p { color: rgb(87,8,16); }

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

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

 a { background-color: rgb(87,8,16); }

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

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

 span { border-color: rgb(87,8,16); }

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