Html Css Color HEX #541316 Burnt Crimson

📋 copy color: '#541316'

red 84 ◦ green 19 ◦ blue 22

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

Shades of Burnt Crimson #541316

Tints of Burnt Crimson #541316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

 BLUE value IS 22 (8.98% from 255) = 17.6%

R = 67.2%
G = 15.2%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#541316 (or 0x541316) is known color: Burnt Crimson. HEX triplet: 54, 13 and 16. RGB value is (84,19,22). Sum of RGB (Red+Green+Blue) = 84+19+22=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #541316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541316 is #ABECE9. Grayscale: #262626. Windows color (decimal): -11267306 or 1446740. OLE color: 1446740.

HSL color Cylindrical-coordinate representation of color #541316: hue angle of 357.23º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #541316 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 19 22 -
CMYK 0 0.77 0.74 0.67
HSL 357.23º 0.63% 0.2% -
HSV(B) 357.23º 0.77% 0.33% -
XYZ 4.03 2.41 1.01 -
YUV 38.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 84 19 22 0 0.77 0.74 0.67 357.23 0.63 0.2
Hex 54 13 16 0 4D 4A 43 165 3F 14
Octal 124 23 26 0 115 112 103 545 77 24
Binary 1010100 10011 10110 0 1001101 1001010 1000011 101100101 111111 10100

Color Harmonies of #541316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541316

Black with #541316

Text Example


Text Example

White with #541316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541316; }

 p { color: rgb(84,19,22); }

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

background-color css

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

 a { background-color: rgb(84,19,22); }

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

border-color css

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

 span { border-color: rgb(84,19,22); }

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