#570311

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

Shades of Bordeaux #570311

Tints of Bordeaux #570311

Color information

#570311 (or 0x570311) is unknown color: approx Bordeaux. HEX triplet: 57, 03 and 11. RGB value is (87,3,17). Sum of RGB (Red+Green+Blue) = 87+3+17=107 (14% of max value = 765). Red value is 87 (34.38% from 255 or 81.31% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 87 - color contains mainly: red. Hex color #570311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570311 is #A8FCEE. Grayscale: #1D1D1D. Windows color (decimal): -11074799 or 1114967. OLE color: 1114967.

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

Color convert

RGB87317-
CMYK00.970.800.66
HSL350º93.33%17.65%-
HSV(B)350º96.55%34.12%-
XYZ4.062.130.73-
YUV29.71120.83168.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 81.31%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=81.31%
G=2.80%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8731700.970.800.6635093.3317.65
Hex57311061504215e5d12
Octal127321014112010253613522
Binary101011111100010110000110100001000010101011110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570311; }

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

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

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

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

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

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

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

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