#561D20

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

Shades of Burnt Crimson #561D20

Tints of Burnt Crimson #561D20

Color information

#561D20 (or 0x561D20) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1D and 20. RGB value is (86,29,32). Sum of RGB (Red+Green+Blue) = 86+29+32=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D20 is #A9E2DF. Grayscale: #2E2E2E. Windows color (decimal): -11133664 or 2104662. OLE color: 2104662.

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

Color convert

RGB862932-
CMYK00.660.630.66
HSL356.84º49.57%22.55%-
HSV(B)356.84º66.28%33.73%-
XYZ4.542.961.7-
YUV46.38119.88156.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=58.50%
G=19.73%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86293200.660.630.66356.8449.5722.55
Hex561D200423F421653217
Octal12635400102771025456227
Binary10101101110110000001000010111111100001010110010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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