#570E16

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

Shades of Bordeaux #570E16

Tints of Bordeaux #570E16

Color information

#570E16 (or 0x570E16) is unknown color: approx Bordeaux. HEX triplet: 57, 0E and 16. RGB value is (87,14,22). Sum of RGB (Red+Green+Blue) = 87+14+22=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #570E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E16 is #A8F1E9. Grayscale: #242424. Windows color (decimal): -11071978 or 1445463. OLE color: 1445463.

HSL color Cylindrical-coordinate representation of color #570E16: hue angle of 353.42º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E16 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB871422-
CMYK00.840.750.66
HSL353.42º72.28%19.8%-
HSV(B)353.42º83.91%34.12%-
XYZ4.232.41-
YUV36.74119.68163.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.73%
GREEN value IS 14 (5.86% from 255) = 11.38%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=70.73%
G=11.38%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87142200.840.750.66353.4272.2819.8
Hex57E160544B421614814
Octal1271626012411310254111024
Binary10101111110101100101010010010111000010101100001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,14,22); }

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

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

 a { background-color: rgb(87,14,22); }

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

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

 span { border-color: rgb(87,14,22); }

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