#541B1E

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

Shades of Burnt Crimson #541B1E

Tints of Burnt Crimson #541B1E

Color information

#541B1E (or 0x541B1E) is unknown color: approx Burnt Crimson. HEX triplet: 54, 1B and 1E. RGB value is (84,27,30). Sum of RGB (Red+Green+Blue) = 84+27+30=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #541B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B1E is #ABE4E1. Grayscale: #2C2C2C. Windows color (decimal): -11265250 or 1973076. OLE color: 1973076.

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

Color convert

RGB842730-
CMYK00.680.640.67
HSL356.84º51.35%21.76%-
HSV(B)356.84º67.86%32.94%-
XYZ4.282.761.54-
YUV44.38119.88156.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.57%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=59.57%
G=19.15%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84273000.680.640.67356.8451.3521.76
Hex541B1E04440431653316
Octal124333601041001035456326
Binary10101001101111110010001001000000100001110110010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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