#561E22

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

Shades of Burnt Crimson #561E22

Tints of Burnt Crimson #561E22

Color information

#561E22 (or 0x561E22) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1E and 22. RGB value is (86,30,34). Sum of RGB (Red+Green+Blue) = 86+30+34=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #561E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E22 is #A9E1DD. Grayscale: #2F2F2F. Windows color (decimal): -11133406 or 2235990. OLE color: 2235990.

HSL color Cylindrical-coordinate representation of color #561E22: hue angle of 355.71º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E22 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB863034-
CMYK00.650.600.66
HSL355.71º48.28%22.75%-
HSV(B)355.71º65.12%33.73%-
XYZ4.593.021.85-
YUV47.2120.55155.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.33%
GREEN value IS 30 (12.11% from 255) = 20%
BLUE value IS 34 (13.67% from 255) = 22.67%
R=57.33%
G=20%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86303400.650.600.66355.7148.2822.75
Hex561E220413C421643017
Octal12636420101741025446027
Binary10101101111010001001000001111100100001010110010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561E22; }

 p { color: rgb(86,30,34); }

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

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

 a { background-color: rgb(86,30,34); }

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

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

 span { border-color: rgb(86,30,34); }

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