Html Css Color HEX #541F20 Burnt Crimson

📋 copy color: '#541F20'

red 84 ◦ green 31 ◦ blue 32

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

Shades of Burnt Crimson #541F20

Tints of Burnt Crimson #541F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.09%

 BLUE value IS 32 (12.89% from 255) = 21.77%

R = 57.14%
G = 21.09%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#541F20 (or 0x541F20) is known color: Burnt Crimson. HEX triplet: 54, 1F and 20. RGB value is (84,31,32). Sum of RGB (Red+Green+Blue) = 84+31+32=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #541F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F20 is #ABE0DF. Grayscale: #2F2F2F. Windows color (decimal): -11264224 or 2105172. OLE color: 2105172.

HSL color Cylindrical-coordinate representation of color #541F20: hue angle of 358.87º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F20 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 31 32 -
CMYK 0 0.63 0.62 0.67
HSL 358.87º 0.46% 0.23% -
HSV(B) 358.87º 0.63% 0.33% -
XYZ 4.41 2.97 1.71 -
YUV 46.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 84 31 32 0 0.63 0.62 0.67 358.87 0.46 0.23
Hex 54 1F 20 0 3F 3E 43 167 2E 17
Octal 124 37 40 0 77 76 103 547 56 27
Binary 1010100 11111 100000 0 111111 111110 1000011 101100111 101110 10111

Color Harmonies of #541F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541F20

Black with #541F20

Text Example


Text Example

White with #541F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,31,32); }

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

background-color css

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

 a { background-color: rgb(84,31,32); }

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

border-color css

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

 span { border-color: rgb(84,31,32); }

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