#570111

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

Shades of Bordeaux #570111

Tints of Bordeaux #570111

Color information

#570111 (or 0x570111) is unknown color: approx Bordeaux. HEX triplet: 57, 01 and 11. RGB value is (87,1,17). Sum of RGB (Red+Green+Blue) = 87+1+17=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #570111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570111 is #A8FEEE. Grayscale: #1C1C1C. Windows color (decimal): -11075311 or 1114455. OLE color: 1114455.

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

Color convert

RGB87117-
CMYK00.990.800.66
HSL348.84º97.73%17.25%-
HSV(B)348.84º98.85%34.12%-
XYZ4.042.090.72-
YUV28.54121.49169.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.86%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=82.86%
G=0.95%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8711700.990.800.66348.8497.7317.25
Hex57111063504215d6211
Octal127121014312010253514221
Binary10101111100010110001110100001000010101011101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570111; }

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

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

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

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

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

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

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

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