#560E11

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

Shades of Burnt Crimson #560E11

Tints of Burnt Crimson #560E11

Color information

#560E11 (or 0x560E11) is unknown color: approx Burnt Crimson. HEX triplet: 56, 0E and 11. RGB value is (86,14,17). Sum of RGB (Red+Green+Blue) = 86+14+17=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #560E11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560E11 is #A9F1EE. Grayscale: #232323. Windows color (decimal): -11137519 or 1117782. OLE color: 1117782.

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

Color convert

RGB861417-
CMYK00.840.800.66
HSL357.5º72%19.61%-
HSV(B)357.5º83.72%33.73%-
XYZ4.12.330.76-
YUV35.87117.35163.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 73.50%
GREEN value IS 14 (5.86% from 255) = 11.97%
BLUE value IS 17 (7.03% from 255) = 14.53%
R=73.50%
G=11.97%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86141700.840.800.66357.57219.61
Hex56E1105450421664814
Octal1261621012412010254611024
Binary10101101110100010101010010100001000010101100110100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560E11; }

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

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

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

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

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

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

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

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