#570410

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

Shades of Bordeaux #570410

Tints of Bordeaux #570410

Color information

#570410 (or 0x570410) is unknown color: approx Bordeaux. HEX triplet: 57, 04 and 10. RGB value is (87,4,16). Sum of RGB (Red+Green+Blue) = 87+4+16=107 (14% of max value = 765). Red value is 87 (34.38% from 255 or 81.31% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 87 - color contains mainly: red. Hex color #570410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570410 is #A8FBEF. Grayscale: #1E1E1E. Windows color (decimal): -11074544 or 1049687. OLE color: 1049687.

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

Color convert

RGB87416-
CMYK00.950.820.66
HSL351.33º91.21%17.84%-
HSV(B)351.33º95.4%34.12%-
XYZ4.072.150.69-
YUV30.18120168.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 81.31%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=81.31%
G=3.74%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8741600.950.820.66351.3391.2117.84
Hex5741005F524215f5b12
Octal127420013712210253713322
Binary1010111100100000101111110100101000010101011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570410; }

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

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

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

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

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

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

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

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