Html Css Color HEX #541417 Burnt Crimson

📋 copy color: '#541417'

red 84 ◦ green 20 ◦ blue 23

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

Shades of Burnt Crimson #541417

Tints of Burnt Crimson #541417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.11%

R = 66.14%
G = 15.75%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#541417 (or 0x541417) is known color: Burnt Crimson. HEX triplet: 54, 14 and 17. RGB value is (84,20,23). Sum of RGB (Red+Green+Blue) = 84+20+23=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541417 is #ABEBE8. Grayscale: #272727. Windows color (decimal): -11267049 or 1512532. OLE color: 1512532.

HSL color Cylindrical-coordinate representation of color #541417: hue angle of 357.19º 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 #541417 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 20 23 -
CMYK 0 0.76 0.73 0.67
HSL 357.19º 0.62% 0.2% -
HSV(B) 357.19º 0.76% 0.33% -
XYZ 4.06 2.45 1.07 -
YUV 39.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 84 20 23 0 0.76 0.73 0.67 357.19 0.62 0.2
Hex 54 14 17 0 4C 49 43 165 3E 14
Octal 124 24 27 0 114 111 103 545 76 24
Binary 1010100 10100 10111 0 1001100 1001001 1000011 101100101 111110 10100

Color Harmonies of #541417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541417

Black with #541417

Text Example


Text Example

White with #541417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541417; }

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

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

background-color css

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

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

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

border-color css

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

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

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