#571520

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

Shades of Bordeaux #571520

Tints of Bordeaux #571520

Color information

#571520 (or 0x571520) is unknown color: approx Bordeaux. HEX triplet: 57, 15 and 20. RGB value is (87,21,32). Sum of RGB (Red+Green+Blue) = 87+21+32=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #571520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571520 is #A8EADF. Grayscale: #2A2A2A. Windows color (decimal): -11070176 or 2102615. OLE color: 2102615.

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

Color convert

RGB872132-
CMYK00.760.630.66
HSL350º61.11%21.18%-
HSV(B)350º75.86%34.12%-
XYZ4.462.671.65-
YUV41.99122.37160.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.14%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=62.14%
G=15%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87213200.760.630.6635061.1121.18
Hex57152004C3F4215e3d15
Octal12725400114771025367525
Binary10101111010110000001001100111111100001010101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571520; }

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

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

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

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

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

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

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

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