#570210

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

Shades of Bordeaux #570210

Tints of Bordeaux #570210

Color information

#570210 (or 0x570210) is unknown color: approx Bordeaux. HEX triplet: 57, 02 and 10. RGB value is (87,2,16). Sum of RGB (Red+Green+Blue) = 87+2+16=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #570210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570210 is #A8FDEF. Grayscale: #1D1D1D. Windows color (decimal): -11075056 or 1049175. OLE color: 1049175.

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

Color convert

RGB87216-
CMYK00.980.820.66
HSL350.12º95.51%17.45%-
HSV(B)350.12º97.7%34.12%-
XYZ4.052.110.68-
YUV29.01120.66169.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.86%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=82.86%
G=1.90%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8721600.980.820.66350.1295.5117.45
Hex57210062524215e6011
Octal127220014212210253614021
Binary101011110100000110001010100101000010101011110110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570210; }

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

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

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

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

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

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

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

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