#561618

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

Shades of Burnt Crimson #561618

Tints of Burnt Crimson #561618

Color information

#561618 (or 0x561618) is unknown color: approx Burnt Crimson. HEX triplet: 56, 16 and 18. RGB value is (86,22,24). Sum of RGB (Red+Green+Blue) = 86+22+24=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #561618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561618 is #A9E9E7. Grayscale: #292929. Windows color (decimal): -11135464 or 1578582. OLE color: 1578582.

HSL color Cylindrical-coordinate representation of color #561618: hue angle of 358.12º 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 #561618 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB862224-
CMYK00.740.720.66
HSL358.12º59.26%21.18%-
HSV(B)358.12º74.42%33.73%-
XYZ4.292.621.14-
YUV41.36118.2159.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.15%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=65.15%
G=16.67%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86222400.740.720.66358.1259.2621.18
Hex56161804A48421663b15
Octal126263001121101025467325
Binary10101101011011000010010101001000100001010110011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561618; }

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

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

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

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

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

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

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

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