#570412

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

Shades of Bordeaux #570412

Tints of Bordeaux #570412

Color information

#570412 (or 0x570412) is unknown color: approx Bordeaux. HEX triplet: 57, 04 and 12. RGB value is (87,4,18). Sum of RGB (Red+Green+Blue) = 87+4+18=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #570412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570412 is #A8FBED. Grayscale: #1E1E1E. Windows color (decimal): -11074542 or 1180759. OLE color: 1180759.

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

Color convert

RGB87418-
CMYK00.950.790.66
HSL349.88º91.21%17.84%-
HSV(B)349.88º95.4%34.12%-
XYZ4.082.160.77-
YUV30.41121168.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.82%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=79.82%
G=3.67%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8741800.950.790.66349.8891.2117.84
Hex5741205F4F4215e5b12
Octal127422013711710253613322
Binary1010111100100100101111110011111000010101011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570412; }

 p { color: rgb(87,4,18); }

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

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

 a { background-color: rgb(87,4,18); }

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

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

 span { border-color: rgb(87,4,18); }

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