Html Css Color HEX #541E25 Burnt Crimson

📋 copy color: '#541E25'

red 84 ◦ green 30 ◦ blue 37

#541E25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #541E25

Tints of Burnt Crimson #541E25

RGB

 RED value IS 84 (33.2% from 255) = 55.63%

 GREEN value IS 30 (12.11% from 255) = 19.87%

 BLUE value IS 37 (14.84% from 255) = 24.5%

R = 55.63%
G = 19.87%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#541E25 (or 0x541E25) is known color: 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

RGB 84 30 37 -
CMYK 0 0.64 0.56 0.67
HSL 352.22º 0.47% 0.22% -
HSV(B) 352.22º 0.64% 0.33% -
XYZ 4.45 2.95 2.08 -
YUV 46.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 84 30 37 0 0.64 0.56 0.67 352.22 0.47 0.22
Hex 54 1E 25 0 40 38 43 160 2F 16
Octal 124 36 45 0 100 70 103 540 57 26
Binary 1010100 11110 100101 0 1000000 111000 1000011 101100000 101111 10110

Color Harmonies of #541E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541E25

Black with #541E25

Text Example


Text Example

White with #541E25

Text Example


Text Example

HTML Codes & Css Web 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>