#570119

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

Shades of Bordeaux #570119

Tints of Bordeaux #570119

Color information

#570119 (or 0x570119) is unknown color: approx Bordeaux. HEX triplet: 57, 01 and 19. RGB value is (87,1,25). Sum of RGB (Red+Green+Blue) = 87+1+25=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #570119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570119 is #A8FEE6. Grayscale: #1D1D1D. Windows color (decimal): -11075303 or 1638743. OLE color: 1638743.

HSL color Cylindrical-coordinate representation of color #570119: hue angle of 343.26º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570119 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB87125-
CMYK00.990.710.66
HSL343.26º97.73%17.25%-
HSV(B)343.26º98.85%34.12%-
XYZ4.122.121.11-
YUV29.45125.49169.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.99%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=76.99%
G=0.88%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8712500.990.710.66343.2697.7317.25
Hex5711906347421576211
Octal127131014310710252714221
Binary10101111110010110001110001111000010101010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570119; }

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

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

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

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

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

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

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

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