#541E25

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

Shades of Burnt Crimson #541E25

Tints of Burnt Crimson #541E25

Color information

#541E25 (or 0x541E25) is unknown color: approx Burnt Crimson. HEX triplet: 54, 1E and 25. RGB value is (84,30,37). Sum of RGB (Red+Green+Blue) = 84+30+37=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #541E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E25 is #ABE1DA. Grayscale: #2E2E2E. Windows color (decimal): -11264475 or 2432596. OLE color: 2432596.

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

Color convert

RGB843037-
CMYK00.640.560.67
HSL352.22º47.37%22.35%-
HSV(B)352.22º64.29%32.94%-
XYZ4.452.952.08-
YUV46.94122.39154.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=55.63%
G=19.87%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84303700.640.560.67352.2247.3722.35
Hex541E2504038431602f16
Octal12436450100701035405726
Binary10101001111010010101000000111000100001110110000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,30,37); }

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

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

 a { background-color: rgb(84,30,37); }

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

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

 span { border-color: rgb(84,30,37); }

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