Html Css Color HEX #541416 Burnt Crimson

📋 copy color: '#541416'

red 84 ◦ green 20 ◦ blue 22

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

Shades of Burnt Crimson #541416

Tints of Burnt Crimson #541416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

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

R = 66.67%
G = 15.87%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#541416 (or 0x541416) is known color: Burnt Crimson. HEX triplet: 54, 14 and 16. RGB value is (84,20,22). Sum of RGB (Red+Green+Blue) = 84+20+22=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #541416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541416 is #ABEBE9. Grayscale: #272727. Windows color (decimal): -11267050 or 1446996. OLE color: 1446996.

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

Color convert

RGB 84 20 22 -
CMYK 0 0.76 0.74 0.67
HSL 358.13º 0.62% 0.2% -
HSV(B) 358.13º 0.76% 0.33% -
XYZ 4.05 2.44 1.02 -
YUV 39.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 84 20 22 0 0.76 0.74 0.67 358.13 0.62 0.2
Hex 54 14 16 0 4C 4A 43 166 3E 14
Octal 124 24 26 0 114 112 103 546 76 24
Binary 1010100 10100 10110 0 1001100 1001010 1000011 101100110 111110 10100

Color Harmonies of #541416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541416

Black with #541416

Text Example


Text Example

White with #541416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541416; }

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

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

background-color css

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

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

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

border-color css

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

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

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