#570211

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

Shades of Bordeaux #570211

Tints of Bordeaux #570211

Color information

#570211 (or 0x570211) is unknown color: approx Bordeaux. HEX triplet: 57, 02 and 11. RGB value is (87,2,17). Sum of RGB (Red+Green+Blue) = 87+2+17=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #570211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570211 is #A8FDEE. Grayscale: #1D1D1D. Windows color (decimal): -11075055 or 1114711. OLE color: 1114711.

HSL color Cylindrical-coordinate representation of color #570211: hue angle of 349.41º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570211 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB87217-
CMYK00.980.800.66
HSL349.41º95.51%17.45%-
HSV(B)349.41º97.7%34.12%-
XYZ4.052.110.72-
YUV29.12121.16169.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.08%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=82.08%
G=1.89%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8721700.980.800.66349.4195.5117.45
Hex57211062504215d6011
Octal127221014212010253514021
Binary101011110100010110001010100001000010101011101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570211; }

 p { color: rgb(87,2,17); }

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

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

 a { background-color: rgb(87,2,17); }

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

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

 span { border-color: rgb(87,2,17); }

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