#541F20

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

Shades of Burnt Crimson #541F20

Tints of Burnt Crimson #541F20

Color information

#541F20 (or 0x541F20) is unknown color: approx Burnt Crimson. HEX triplet: 54, 1F and 20. RGB value is (84,31,32). Sum of RGB (Red+Green+Blue) = 84+31+32=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #541F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F20 is #ABE0DF. Grayscale: #2F2F2F. Windows color (decimal): -11264224 or 2105172. OLE color: 2105172.

HSL color Cylindrical-coordinate representation of color #541F20: hue angle of 358.87º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F20 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB843132-
CMYK00.630.620.67
HSL358.87º46.09%22.55%-
HSV(B)358.87º63.1%32.94%-
XYZ4.412.971.71-
YUV46.96119.56154.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=57.14%
G=21.09%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84313200.630.620.67358.8746.0922.55
Hex541F2003F3E431672e17
Octal1243740077761035475627
Binary1010100111111000000111111111110100001110110011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541F20; }

 p { color: rgb(84,31,32); }

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

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

 a { background-color: rgb(84,31,32); }

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

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

 span { border-color: rgb(84,31,32); }

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