#561114

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

Shades of Burnt Crimson #561114

Tints of Burnt Crimson #561114

Color information

#561114 (or 0x561114) is unknown color: approx Burnt Crimson. HEX triplet: 56, 11 and 14. RGB value is (86,17,20). Sum of RGB (Red+Green+Blue) = 86+17+20=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #561114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561114 is #A9EEEB. Grayscale: #262626. Windows color (decimal): -11136748 or 1315158. OLE color: 1315158.

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

Color convert

RGB861720-
CMYK00.800.770.66
HSL357.39º66.99%20.2%-
HSV(B)357.39º80.23%33.73%-
XYZ4.162.430.91-
YUV37.97117.86162.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.92%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=69.92%
G=13.82%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86172000.800.770.66357.3966.9920.2
Hex5611140504D421654314
Octal1262124012011510254510324
Binary101011010001101000101000010011011000010101100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561114; }

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

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

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

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

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

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

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

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