#570115

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

Shades of Bordeaux #570115

Tints of Bordeaux #570115

Color information

#570115 (or 0x570115) is unknown color: approx Bordeaux. HEX triplet: 57, 01 and 15. RGB value is (87,1,21). Sum of RGB (Red+Green+Blue) = 87+1+21=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #570115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570115 is #A8FEEA. Grayscale: #1C1C1C. Windows color (decimal): -11075307 or 1376599. OLE color: 1376599.

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

Color convert

RGB87121-
CMYK00.990.760.66
HSL346.05º97.73%17.25%-
HSV(B)346.05º98.85%34.12%-
XYZ4.082.10.9-
YUV28.99123.49169.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.82%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=79.82%
G=0.92%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8712100.990.760.66346.0597.7317.25
Hex571150634C4215a6211
Octal127125014311410253214221
Binary10101111101010110001110011001000010101011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570115; }

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

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

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

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

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

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

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

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