#560D0E

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

Shades of Burnt Crimson #560D0E

Tints of Burnt Crimson #560D0E

Color information

#560D0E (or 0x560D0E) is unknown color: approx Burnt Crimson. HEX triplet: 56, 0D and 0E. RGB value is (86,13,14). Sum of RGB (Red+Green+Blue) = 86+13+14=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #560D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D0E is #A9F2F1. Grayscale: #232323. Windows color (decimal): -11137778 or 920918. OLE color: 920918.

HSL color Cylindrical-coordinate representation of color #560D0E: hue angle of 359.18º 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 #560D0E is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB861314-
CMYK00.850.840.66
HSL359.18º73.74%19.41%-
HSV(B)359.18º84.88%33.73%-
XYZ4.062.30.64-
YUV34.94116.18164.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.11%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 14 (5.86% from 255) = 12.39%
R=76.11%
G=11.50%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86131400.850.840.66359.1873.7419.41
Hex56DE05554421674a13
Octal1261516012512410254711223
Binary1010110110111100101010110101001000010101100111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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