#570519

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

Shades of Bordeaux #570519

Tints of Bordeaux #570519

Color information

#570519 (or 0x570519) is unknown color: approx Bordeaux. HEX triplet: 57, 05 and 19. RGB value is (87,5,25). Sum of RGB (Red+Green+Blue) = 87+5+25=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #570519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570519 is #A8FAE6. Grayscale: #1F1F1F. Windows color (decimal): -11074279 or 1639767. OLE color: 1639767.

HSL color Cylindrical-coordinate representation of color #570519: hue angle of 345.37º 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 #570519 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB87525-
CMYK00.940.710.66
HSL345.37º89.13%18.04%-
HSV(B)345.37º94.25%34.12%-
XYZ4.162.21.13-
YUV31.8124.17167.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 74.36%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=74.36%
G=4.27%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8752500.940.710.66345.3789.1318.04
Hex5751905E47421595912
Octal127531013610710253113122
Binary1010111101110010101111010001111000010101011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570519; }

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

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

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

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

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

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

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

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