#570612

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

Shades of Bordeaux #570612

Tints of Bordeaux #570612

Color information

#570612 (or 0x570612) is unknown color: approx Bordeaux. HEX triplet: 57, 06 and 12. RGB value is (87,6,18). Sum of RGB (Red+Green+Blue) = 87+6+18=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #570612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570612 is #A8F9ED. Grayscale: #1F1F1F. Windows color (decimal): -11074030 or 1181271. OLE color: 1181271.

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

Color convert

RGB87618-
CMYK00.930.790.66
HSL351.11º87.1%18.24%-
HSV(B)351.11º93.1%34.12%-
XYZ4.12.20.78-
YUV31.59120.34167.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 78.38%
GREEN value IS 6 (2.73% from 255) = 5.41%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=78.38%
G=5.41%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8761800.930.790.66351.1187.118.24
Hex5761205D4F4215f5712
Octal127622013511710253712722
Binary1010111110100100101110110011111000010101011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570612; }

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

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

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

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

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

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

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

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