#560D11

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

Shades of Burnt Crimson #560D11

Tints of Burnt Crimson #560D11

Color information

#560D11 (or 0x560D11) is unknown color: approx Burnt Crimson. HEX triplet: 56, 0D and 11. RGB value is (86,13,17). Sum of RGB (Red+Green+Blue) = 86+13+17=116 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.14% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 86 - color contains mainly: red. Hex color #560D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D11 is #A9F2EE. Grayscale: #232323. Windows color (decimal): -11137775 or 1117526. OLE color: 1117526.

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

Color convert

RGB861317-
CMYK00.850.800.66
HSL356.71º73.74%19.41%-
HSV(B)356.71º84.88%33.73%-
XYZ4.082.310.76-
YUV35.28117.68164.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.14%
GREEN value IS 13 (5.47% from 255) = 11.21%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=74.14%
G=11.21%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86131700.850.800.66356.7173.7419.41
Hex56D1105550421654a13
Octal1261521012512010254511223
Binary10101101101100010101010110100001000010101100101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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