#570919

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

Shades of Bordeaux #570919

Tints of Bordeaux #570919

Color information

#570919 (or 0x570919) is unknown color: approx Bordeaux. HEX triplet: 57, 09 and 19. RGB value is (87,9,25). Sum of RGB (Red+Green+Blue) = 87+9+25=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #570919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570919 is #A8F6E6. Grayscale: #222222. Windows color (decimal): -11073255 or 1640791. OLE color: 1640791.

HSL color Cylindrical-coordinate representation of color #570919: hue angle of 347.69º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570919 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB87925-
CMYK00.900.710.66
HSL347.69º81.25%18.82%-
HSV(B)347.69º89.66%34.12%-
XYZ4.22.291.14-
YUV34.15122.84165.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.90%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=71.90%
G=7.44%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8792500.900.710.66347.6981.2518.82
Hex5791905A474215c5113
Octal1271131013210710253412123
Binary10101111001110010101101010001111000010101011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570919; }

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

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

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

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

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

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

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

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