#541E1F

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

Shades of Burnt Crimson #541E1F

Tints of Burnt Crimson #541E1F

Color information

#541E1F (or 0x541E1F) is unknown color: approx Burnt Crimson. HEX triplet: 54, 1E and 1F. RGB value is (84,30,31). Sum of RGB (Red+Green+Blue) = 84+30+31=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E1F is #ABE1E0. Grayscale: #2E2E2E. Windows color (decimal): -11264481 or 2039380. OLE color: 2039380.

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

Color convert

RGB843031-
CMYK00.640.630.67
HSL358.89º47.37%22.35%-
HSV(B)358.89º64.29%32.94%-
XYZ4.372.911.63-
YUV46.26119.39154.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=57.93%
G=20.69%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84303100.640.630.67358.8947.3722.35
Hex541E1F0403F431672f16
Octal12436370100771035475726
Binary1010100111101111101000000111111100001110110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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