#570511

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

Shades of Bordeaux #570511

Tints of Bordeaux #570511

Color information

#570511 (or 0x570511) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 11. RGB value is (87,5,17). Sum of RGB (Red+Green+Blue) = 87+5+17=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #570511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570511 is #A8FAEE. Grayscale: #1E1E1E. Windows color (decimal): -11074287 or 1115479. OLE color: 1115479.

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

Color convert

RGB87517-
CMYK00.940.800.66
HSL351.22º89.13%18.04%-
HSV(B)351.22º94.25%34.12%-
XYZ4.092.180.73-
YUV30.89120.17168.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.82%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=79.82%
G=4.59%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8751700.940.800.66351.2289.1318.04
Hex5751105E504215f5912
Octal127521013612010253713122
Binary1010111101100010101111010100001000010101011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570511; }

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

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

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

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

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

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

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

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