#560E0F

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

Shades of Burnt Crimson #560E0F

Tints of Burnt Crimson #560E0F

Color information

#560E0F (or 0x560E0F) is unknown color: approx Burnt Crimson. HEX triplet: 56, 0E and 0F. RGB value is (86,14,15). Sum of RGB (Red+Green+Blue) = 86+14+15=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #560E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560E0F is #A9F1F0. Grayscale: #232323. Windows color (decimal): -11137521 or 986710. OLE color: 986710.

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

Color convert

RGB861415-
CMYK00.840.830.66
HSL359.17º72%19.61%-
HSV(B)359.17º83.72%33.73%-
XYZ4.082.330.69-
YUV35.64116.35163.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.78%
GREEN value IS 14 (5.86% from 255) = 12.17%
BLUE value IS 15 (6.25% from 255) = 13.04%
R=74.78%
G=12.17%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86141500.840.830.66359.177219.61
Hex56EF05453421674814
Octal1261617012412310254711024
Binary1010110111011110101010010100111000010101100111100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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