#561617

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

Shades of Burnt Crimson #561617

Tints of Burnt Crimson #561617

Color information

#561617 (or 0x561617) is unknown color: approx Burnt Crimson. HEX triplet: 56, 16 and 17. RGB value is (86,22,23). Sum of RGB (Red+Green+Blue) = 86+22+23=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #561617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561617 is #A9E9E8. Grayscale: #292929. Windows color (decimal): -11135465 or 1513046. OLE color: 1513046.

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

Color convert

RGB862223-
CMYK00.740.730.66
HSL359.06º59.26%21.18%-
HSV(B)359.06º74.42%33.73%-
XYZ4.282.611.09-
YUV41.25117.7159.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.65%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 23 (9.38% from 255) = 17.56%
R=65.65%
G=16.79%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86222300.740.730.66359.0659.2621.18
Hex56161704A49421673b15
Octal126262701121111025477325
Binary10101101011010111010010101001001100001010110011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561617; }

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

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

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

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

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

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

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

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