#541A1E

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

Shades of Burnt Crimson #541A1E

Tints of Burnt Crimson #541A1E

Color information

#541A1E (or 0x541A1E) is unknown color: approx Burnt Crimson. HEX triplet: 54, 1A and 1E. RGB value is (84,26,30). Sum of RGB (Red+Green+Blue) = 84+26+30=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #541A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A1E is #ABE5E1. Grayscale: #2B2B2B. Windows color (decimal): -11265506 or 1972820. OLE color: 1972820.

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

Color convert

RGB842630-
CMYK00.690.640.67
HSL355.86º52.73%21.57%-
HSV(B)355.86º69.05%32.94%-
XYZ4.262.721.53-
YUV43.8120.22156.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=60%
G=18.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84263000.690.640.67355.8652.7321.57
Hex541A1E04540431643516
Octal124323601051001035446526
Binary10101001101011110010001011000000100001110110010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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