#571420

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

Shades of Bordeaux #571420

Tints of Bordeaux #571420

Color information

#571420 (or 0x571420) is unknown color: approx Bordeaux. HEX triplet: 57, 14 and 20. RGB value is (87,20,32). Sum of RGB (Red+Green+Blue) = 87+20+32=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #571420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571420 is #A8EBDF. Grayscale: #292929. Windows color (decimal): -11070432 or 2102359. OLE color: 2102359.

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

Color convert

RGB872032-
CMYK00.770.630.66
HSL349.25º62.62%20.98%-
HSV(B)349.25º77.01%34.12%-
XYZ4.442.631.64-
YUV41.4122.7160.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=62.59%
G=14.39%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87203200.770.630.66349.2562.6220.98
Hex57142004D3F4215d3f15
Octal12724400115771025357725
Binary10101111010010000001001101111111100001010101110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571420; }

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

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

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

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

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

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

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

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