#561E20

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

Shades of Burnt Crimson #561E20

Tints of Burnt Crimson #561E20

Color information

#561E20 (or 0x561E20) is unknown color: approx Burnt Crimson. HEX triplet: 56, 1E and 20. RGB value is (86,30,32). Sum of RGB (Red+Green+Blue) = 86+30+32=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #561E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E20 is #A9E1DF. Grayscale: #2F2F2F. Windows color (decimal): -11133408 or 2104918. OLE color: 2104918.

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

Color convert

RGB863032-
CMYK00.650.630.66
HSL357.86º48.28%22.75%-
HSV(B)357.86º65.12%33.73%-
XYZ4.563.011.71-
YUV46.97119.55155.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 30 (12.11% from 255) = 20.27%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=58.11%
G=20.27%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86303200.650.630.66357.8648.2822.75
Hex561E200413F421663017
Octal12636400101771025466027
Binary10101101111010000001000001111111100001010110011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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