#570011

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

Shades of Bordeaux #570011

Tints of Bordeaux #570011

Color information

#570011 (or 0x570011) is unknown color: approx Bordeaux. HEX triplet: 57, 00 and 11. RGB value is (87,0,17). Sum of RGB (Red+Green+Blue) = 87+0+17=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #570011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570011 is #A8FFEE. Grayscale: #1B1B1B. Windows color (decimal): -11075567 or 1114199. OLE color: 1114199.

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

Color convert

RGB87017-
CMYK010.800.66
HSL348.28º100%17.06%-
HSV(B)348.28º100%34.12%-
XYZ4.032.070.72-
YUV27.95121.82170.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 83.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=83.65%
G=0%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87017010.800.66348.2810017.06
Hex57011064504215c6411
Octal127021014412010253414421
Binary10101110100010110010010100001000010101011100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570011; }

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

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

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

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

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

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

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

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