#541D23

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

Shades of Burnt Crimson #541D23

Tints of Burnt Crimson #541D23

Color information

#541D23 (or 0x541D23) is unknown color: approx Burnt Crimson. HEX triplet: 54, 1D and 23. RGB value is (84,29,35). Sum of RGB (Red+Green+Blue) = 84+29+35=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #541D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D23 is #ABE2DC. Grayscale: #2E2E2E. Windows color (decimal): -11264733 or 2301268. OLE color: 2301268.

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

Color convert

RGB842935-
CMYK00.650.580.67
HSL353.45º48.67%22.16%-
HSV(B)353.45º65.48%32.94%-
XYZ4.42.881.92-
YUV46.13121.72155.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 29 (11.72% from 255) = 19.59%
BLUE value IS 35 (14.06% from 255) = 23.65%
R=56.76%
G=19.59%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84293500.650.580.67353.4548.6722.16
Hex541D230413A431613116
Octal12435430101721035416126
Binary10101001110110001101000001111010100001110110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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