#570C16

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

Shades of Bordeaux #570C16

Tints of Bordeaux #570C16

Color information

#570C16 (or 0x570C16) is unknown color: approx Bordeaux. HEX triplet: 57, 0C and 16. RGB value is (87,12,22). Sum of RGB (Red+Green+Blue) = 87+12+22=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #570C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C16 is #A8F3E9. Grayscale: #232323. Windows color (decimal): -11072490 or 1444951. OLE color: 1444951.

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

Color convert

RGB871222-
CMYK00.860.750.66
HSL352º75.76%19.41%-
HSV(B)352º86.21%34.12%-
XYZ4.212.350.99-
YUV35.56120.35164.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.90%
GREEN value IS 12 (5.08% from 255) = 9.92%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=71.90%
G=9.92%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87122200.860.750.6635275.7619.41
Hex57C160564B421604c13
Octal1271426012611310254011423
Binary10101111100101100101011010010111000010101100000100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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