#561316

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

Shades of Burnt Crimson #561316

Tints of Burnt Crimson #561316

Color information

#561316 (or 0x561316) is unknown color: approx Burnt Crimson. HEX triplet: 56, 13 and 16. RGB value is (86,19,22). Sum of RGB (Red+Green+Blue) = 86+19+22=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #561316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561316 is #A9ECE9. Grayscale: #272727. Windows color (decimal): -11136234 or 1446742. OLE color: 1446742.

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

Color convert

RGB861922-
CMYK00.780.740.66
HSL357.31º63.81%20.59%-
HSV(B)357.31º77.91%33.73%-
XYZ4.222.51.02-
YUV39.38118.2161.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.72%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=67.72%
G=14.96%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86192200.780.740.66357.3163.8120.59
Hex56131604E4A421654015
Octal1262326011611210254510025
Binary101011010011101100100111010010101000010101100101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561316; }

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

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

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

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

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

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

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

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