Html Css Color HEX #541D22 Burnt Crimson

📋 copy color: '#541D22'

red 84 ◦ green 29 ◦ blue 34

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

Shades of Burnt Crimson #541D22

Tints of Burnt Crimson #541D22

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.73%

 BLUE value IS 34 (13.67% from 255) = 23.13%

R = 57.14%
G = 19.73%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#541D22 (or 0x541D22) is known color: Burnt Crimson. HEX triplet: 54, 1D and 22. RGB value is (84,29,34). Sum of RGB (Red+Green+Blue) = 84+29+34=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #541D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D22 is #ABE2DD. Grayscale: #2E2E2E. Windows color (decimal): -11264734 or 2235732. OLE color: 2235732.

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

Color convert

RGB 84 29 34 -
CMYK 0 0.65 0.60 0.67
HSL 354.55º 0.49% 0.22% -
HSV(B) 354.55º 0.65% 0.33% -
XYZ 4.38 2.88 1.84 -
YUV 46.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 84 29 34 0 0.65 0.60 0.67 354.55 0.49 0.22
Hex 54 1D 22 0 41 3C 43 163 31 16
Octal 124 35 42 0 101 74 103 543 61 26
Binary 1010100 11101 100010 0 1000001 111100 1000011 101100011 110001 10110

Color Harmonies of #541D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D22

Black with #541D22

Text Example


Text Example

White with #541D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #541D22;
 }
 .AnyTagClassName
 {
   color: #541D22;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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