#561112

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

Shades of Burnt Crimson #561112

Tints of Burnt Crimson #561112

Color information

#561112 (or 0x561112) is unknown color: approx Burnt Crimson. HEX triplet: 56, 11 and 12. RGB value is (86,17,18). Sum of RGB (Red+Green+Blue) = 86+17+18=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #561112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561112 is #A9EEED. Grayscale: #252525. Windows color (decimal): -11136750 or 1184086. OLE color: 1184086.

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

Color convert

RGB861718-
CMYK00.800.790.66
HSL359.13º66.99%20.2%-
HSV(B)359.13º80.23%33.73%-
XYZ4.152.420.82-
YUV37.74116.86162.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.07%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=71.07%
G=14.05%
B=14.88%

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
Decimal86171800.800.790.66359.1366.9920.2
Hex5611120504F421674314
Octal1262122012011710254710324
Binary101011010001100100101000010011111000010101100111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561112; }

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

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

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

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

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

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

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

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