#571120

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

Shades of Bordeaux #571120

Tints of Bordeaux #571120

Color information

#571120 (or 0x571120) is unknown color: approx Bordeaux. HEX triplet: 57, 11 and 20. RGB value is (87,17,32). Sum of RGB (Red+Green+Blue) = 87+17+32=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #571120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571120 is #A8EEDF. Grayscale: #272727. Windows color (decimal): -11071200 or 2101591. OLE color: 2101591.

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

Color convert

RGB871732-
CMYK00.800.630.66
HSL347.14º67.31%20.39%-
HSV(B)347.14º80.46%34.12%-
XYZ4.392.531.62-
YUV39.64123.69161.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=63.97%
G=12.5%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87173200.800.630.66347.1467.3120.39
Hex5711200503F4215b4314
Octal127214001207710253310324
Binary101011110001100000010100001111111000010101011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571120; }

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

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

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

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

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

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

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

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