#541D22

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

Shades of Burnt Crimson #541D22

Tints of Burnt Crimson #541D22

Color information

#541D22 (or 0x541D22) is unknown color: approx Burnt Crimson. HEX triplet: 54, 1D and 22. RGB value is (84,29,34). Sum of RGB (Red+Green+Blue) = 84+29+34=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #541D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D22 is #ABE2DD. Grayscale: #2E2E2E. Windows color (decimal): -11264734 or 2235732. OLE color: 2235732.

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

Color convert

RGB842934-
CMYK00.650.600.67
HSL354.55º48.67%22.16%-
HSV(B)354.55º65.48%32.94%-
XYZ4.382.881.84-
YUV46.01121.22155.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 34 (13.67% from 255) = 23.13%
R=57.14%
G=19.73%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84293400.650.600.67354.5548.6722.16
Hex541D220413C431633116
Octal12435420101741035436126
Binary10101001110110001001000001111100100001110110001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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