#570A11

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

Shades of Bordeaux #570A11

Tints of Bordeaux #570A11

Color information

#570A11 (or 0x570A11) is unknown color: approx Bordeaux. HEX triplet: 57, 0A and 11. RGB value is (87,10,17). Sum of RGB (Red+Green+Blue) = 87+10+17=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #570A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570A11 is #A8F5EE. Grayscale: #212121. Windows color (decimal): -11073007 or 1116759. OLE color: 1116759.

HSL color Cylindrical-coordinate representation of color #570A11: hue angle of 354.55º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A11 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB871017-
CMYK00.890.800.66
HSL354.55º79.38%19.02%-
HSV(B)354.55º88.51%34.12%-
XYZ4.142.280.75-
YUV33.82118.51165.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.32%
GREEN value IS 10 (4.30% from 255) = 8.77%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=76.32%
G=8.77%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87101700.890.800.66354.5579.3819.02
Hex57A1105950421634f13
Octal1271221013112010254311723
Binary10101111010100010101100110100001000010101100011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570A11; }

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

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

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

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

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

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

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

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