Html Css Color HEX #541418 Burnt Crimson

📋 copy color: '#541418'

red 84 ◦ green 20 ◦ blue 24

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

Shades of Burnt Crimson #541418

Tints of Burnt Crimson #541418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.75%

R = 65.63%
G = 15.63%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#541418 (or 0x541418) is known color: Burnt Crimson. HEX triplet: 54, 14 and 18. RGB value is (84,20,24). Sum of RGB (Red+Green+Blue) = 84+20+24=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #541418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541418 is #ABEBE7. Grayscale: #272727. Windows color (decimal): -11267048 or 1578068. OLE color: 1578068.

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

Color convert

RGB 84 20 24 -
CMYK 0 0.76 0.71 0.67
HSL 356.25º 0.62% 0.2% -
HSV(B) 356.25º 0.76% 0.33% -
XYZ 4.07 2.45 1.12 -
YUV 39.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 84 20 24 0 0.76 0.71 0.67 356.25 0.62 0.2
Hex 54 14 18 0 4C 47 43 164 3E 14
Octal 124 24 30 0 114 107 103 544 76 24
Binary 1010100 10100 11000 0 1001100 1000111 1000011 101100100 111110 10100

Color Harmonies of #541418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541418

Black with #541418

Text Example


Text Example

White with #541418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541418; }

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

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

background-color css

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

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

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

border-color css

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

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

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