#541F21

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

Shades of Burnt Crimson #541F21

Tints of Burnt Crimson #541F21

Color information

#541F21 (or 0x541F21) is unknown color: approx Burnt Crimson. HEX triplet: 54, 1F and 21. RGB value is (84,31,33). Sum of RGB (Red+Green+Blue) = 84+31+33=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #541F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F21 is #ABE0DE. Grayscale: #2F2F2F. Windows color (decimal): -11264223 or 2170708. OLE color: 2170708.

HSL color Cylindrical-coordinate representation of color #541F21: hue angle of 357.74º 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 #541F21 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB843133-
CMYK00.630.610.67
HSL357.74º46.09%22.55%-
HSV(B)357.74º63.1%32.94%-
XYZ4.422.971.78-
YUV47.08120.06154.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 31 (12.5% from 255) = 20.95%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=56.76%
G=20.95%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84313300.630.610.67357.7446.0922.55
Hex541F2103F3D431662e17
Octal1243741077751035465627
Binary1010100111111000010111111111101100001110110011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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