#561D22

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

Shades of Burnt Crimson #561D22

Tints of Burnt Crimson #561D22

Color information

#561D22 (or 0x561D22) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1D and 22. RGB value is (86,29,34). Sum of RGB (Red+Green+Blue) = 86+29+34=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #561D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D22 is #A9E2DD. Grayscale: #2E2E2E. Windows color (decimal): -11133662 or 2235734. OLE color: 2235734.

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

Color convert

RGB862934-
CMYK00.660.600.66
HSL354.74º49.57%22.55%-
HSV(B)354.74º66.28%33.73%-
XYZ4.572.971.85-
YUV46.61120.88156.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.72%
GREEN value IS 29 (11.72% from 255) = 19.46%
BLUE value IS 34 (13.67% from 255) = 22.82%
R=57.72%
G=19.46%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86293400.660.600.66354.7449.5722.55
Hex561D220423C421633217
Octal12635420102741025436227
Binary10101101110110001001000010111100100001010110001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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