#541D21

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

Shades of Burnt Crimson #541D21

Tints of Burnt Crimson #541D21

Color information

#541D21 (or 0x541D21) is unknown color: approx Burnt Crimson. HEX triplet: 54, 1D and 21. RGB value is (84,29,33). Sum of RGB (Red+Green+Blue) = 84+29+33=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #541D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D21 is #ABE2DE. Grayscale: #2D2D2D. Windows color (decimal): -11264735 or 2170196. OLE color: 2170196.

HSL color Cylindrical-coordinate representation of color #541D21: hue angle of 355.64º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #541D21 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB842933-
CMYK00.650.610.67
HSL355.64º48.67%22.16%-
HSV(B)355.64º65.48%32.94%-
XYZ4.372.871.76-
YUV45.9120.72155.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=57.53%
G=19.86%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84293300.650.610.67355.6448.6722.16
Hex541D210413D431643116
Octal12435410101751035446126
Binary10101001110110000101000001111101100001110110010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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