#570112

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

Shades of Bordeaux #570112

Tints of Bordeaux #570112

Color information

#570112 (or 0x570112) is unknown color: approx Bordeaux. HEX triplet: 57, 01 and 12. RGB value is (87,1,18). Sum of RGB (Red+Green+Blue) = 87+1+18=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #570112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570112 is #A8FEED. Grayscale: #1C1C1C. Windows color (decimal): -11075310 or 1179991. OLE color: 1179991.

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

Color convert

RGB87118-
CMYK00.990.790.66
HSL348.14º97.73%17.25%-
HSV(B)348.14º98.85%34.12%-
XYZ4.052.090.76-
YUV28.65121.99169.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 82.08%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=82.08%
G=0.94%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8711800.990.790.66348.1497.7317.25
Hex571120634F4215c6211
Octal127122014311710253414221
Binary10101111100100110001110011111000010101011100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570112; }

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

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

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

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

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

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

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

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