#561013

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

Shades of Burnt Crimson #561013

Tints of Burnt Crimson #561013

Color information

#561013 (or 0x561013) is unknown color: approx Burnt Crimson. HEX triplet: 56, 10 and 13. RGB value is (86,16,19). Sum of RGB (Red+Green+Blue) = 86+16+19=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #561013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561013 is #A9EFEC. Grayscale: #252525. Windows color (decimal): -11137005 or 1249366. OLE color: 1249366.

HSL color Cylindrical-coordinate representation of color #561013: hue angle of 357.43º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561013 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB861619-
CMYK00.810.780.66
HSL357.43º68.63%20%-
HSV(B)357.43º81.4%33.73%-
XYZ4.142.40.86-
YUV37.27117.69162.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.07%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=71.07%
G=13.22%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86161900.810.780.66357.4368.6320
Hex5610130514E421654514
Octal1262023012111610254510524
Binary101011010000100110101000110011101000010101100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561013; }

 p { color: rgb(86,16,19); }

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

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

 a { background-color: rgb(86,16,19); }

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

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

 span { border-color: rgb(86,16,19); }

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