#571020

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

Shades of Bordeaux #571020

Tints of Bordeaux #571020

Color information

#571020 (or 0x571020) is unknown color: approx Bordeaux. HEX triplet: 57, 10 and 20. RGB value is (87,16,32). Sum of RGB (Red+Green+Blue) = 87+16+32=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #571020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571020 is #A8EFDF. Grayscale: #272727. Windows color (decimal): -11071456 or 2101335. OLE color: 2101335.

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

Color convert

RGB871632-
CMYK00.820.630.66
HSL346.48º68.93%20.2%-
HSV(B)346.48º81.61%34.12%-
XYZ4.382.51.62-
YUV39.05124.02162.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=64.44%
G=11.85%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87163200.820.630.66346.4868.9320.2
Hex5710200523F4215a4514
Octal127204001227710253210524
Binary101011110000100000010100101111111000010101011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571020; }

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

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

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

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

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

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

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

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