#571112

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

Shades of Burnt Crimson #571112

Tints of Burnt Crimson #571112

Color information

#571112 (or 0x571112) is unknown color: approx Burnt Crimson. HEX triplet: 57, 11 and 12. RGB value is (87,17,18). Sum of RGB (Red+Green+Blue) = 87+17+18=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #571112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571112 is #A8EEED. Grayscale: #262626. Windows color (decimal): -11071214 or 1184087. OLE color: 1184087.

HSL color Cylindrical-coordinate representation of color #571112: hue angle of 359.14º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571112 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB871718-
CMYK00.800.790.66
HSL359.14º67.31%20.39%-
HSV(B)359.14º80.46%34.12%-
XYZ4.242.470.83-
YUV38.04116.69162.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.31%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=71.31%
G=13.93%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87171800.800.790.66359.1467.3120.39
Hex5711120504F421674314
Octal1272122012011710254710324
Binary101011110001100100101000010011111000010101100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571112; }

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

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

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

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

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

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

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

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