Html Css Color HEX #541011 Burnt Crimson

📋 copy color: '#541011'

red 84 ◦ green 16 ◦ blue 17

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

Shades of Burnt Crimson #541011

Tints of Burnt Crimson #541011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.68%

 BLUE value IS 17 (7.03% from 255) = 14.53%

R = 71.79%
G = 13.68%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#541011 (or 0x541011) is known color: Burnt Crimson. HEX triplet: 54, 10 and 11. RGB value is (84,16,17). Sum of RGB (Red+Green+Blue) = 84+16+17=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #541011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541011 is #ABEFEE. Grayscale: #242424. Windows color (decimal): -11268079 or 1118292. OLE color: 1118292.

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

Color convert

RGB 84 16 17 -
CMYK 0 0.81 0.80 0.67
HSL 359.12º 0.68% 0.2% -
HSV(B) 359.12º 0.81% 0.33% -
XYZ 3.94 2.3 0.77 -
YUV 36.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 84 16 17 0 0.81 0.80 0.67 359.12 0.68 0.2
Hex 54 10 11 0 51 50 43 167 44 14
Octal 124 20 21 0 121 120 103 547 104 24
Binary 1010100 10000 10001 0 1010001 1010000 1000011 101100111 1000100 10100

Color Harmonies of #541011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541011

Black with #541011

Text Example


Text Example

White with #541011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541011; }

 p { color: rgb(84,16,17); }

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

background-color css

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

 a { background-color: rgb(84,16,17); }

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

border-color css

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

 span { border-color: rgb(84,16,17); }

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