#570520

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

Shades of Bordeaux #570520

Tints of Bordeaux #570520

Color information

#570520 (or 0x570520) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 20. RGB value is (87,5,32). Sum of RGB (Red+Green+Blue) = 87+5+32=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #570520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570520 is #A8FADF. Grayscale: #202020. Windows color (decimal): -11074272 or 2098519. OLE color: 2098519.

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

Color convert

RGB87532-
CMYK00.940.630.66
HSL340.24º89.13%18.04%-
HSV(B)340.24º94.25%34.12%-
XYZ4.252.241.57-
YUV32.6127.67166.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.16%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=70.16%
G=4.03%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8753200.940.630.66340.2489.1318.04
Hex5752005E3F421545912
Octal12754001367710252413122
Binary1010111101100000010111101111111000010101010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570520; }

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

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

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

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

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

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

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

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