#570213

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

Shades of Bordeaux #570213

Tints of Bordeaux #570213

Color information

#570213 (or 0x570213) is unknown color: approx Bordeaux. HEX triplet: 57, 02 and 13. RGB value is (87,2,19). Sum of RGB (Red+Green+Blue) = 87+2+19=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570213 is #A8FDEC. Grayscale: #1D1D1D. Windows color (decimal): -11075053 or 1245783. OLE color: 1245783.

HSL color Cylindrical-coordinate representation of color #570213: hue angle of 348º 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 #570213 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB87219-
CMYK00.980.780.66
HSL348º95.51%17.45%-
HSV(B)348º97.7%34.12%-
XYZ4.072.120.81-
YUV29.35122.16169.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 80.56%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=80.56%
G=1.85%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8721900.980.780.6634895.5117.45
Hex572130624E4215c6011
Octal127223014211610253414021
Binary101011110100110110001010011101000010101011100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570213; }

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

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

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

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

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

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

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

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