#571720

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

Shades of Bordeaux #571720

Tints of Bordeaux #571720

Color information

#571720 (or 0x571720) is unknown color: approx Bordeaux. HEX triplet: 57, 17 and 20. RGB value is (87,23,32). Sum of RGB (Red+Green+Blue) = 87+23+32=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #571720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571720 is #A8E8DF. Grayscale: #2B2B2B. Windows color (decimal): -11069664 or 2103127. OLE color: 2103127.

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

Color convert

RGB872332-
CMYK00.740.630.66
HSL351.56º58.18%21.57%-
HSV(B)351.56º73.56%34.12%-
XYZ4.52.741.66-
YUV43.16121.7159.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.27%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=61.27%
G=16.20%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87233200.740.630.66351.5658.1821.57
Hex57172004A3F421603a16
Octal12727400112771025407226
Binary10101111011110000001001010111111100001010110000011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571720; }

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

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

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

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

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

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

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

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