Html Css Color HEX #541314 Burnt Crimson

📋 copy color: '#541314'

red 84 ◦ green 19 ◦ blue 20

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

Shades of Burnt Crimson #541314

Tints of Burnt Crimson #541314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 68.29%
G = 15.45%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#541314 (or 0x541314) is known color: Burnt Crimson. HEX triplet: 54, 13 and 14. RGB value is (84,19,20). Sum of RGB (Red+Green+Blue) = 84+19+20=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541314 is #ABECEB. Grayscale: #262626. Windows color (decimal): -11267308 or 1315668. OLE color: 1315668.

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

Color convert

RGB 84 19 20 -
CMYK 0 0.77 0.76 0.67
HSL 359.08º 0.63% 0.2% -
HSV(B) 359.08º 0.77% 0.33% -
XYZ 4.02 2.4 0.91 -
YUV 38.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 84 19 20 0 0.77 0.76 0.67 359.08 0.63 0.2
Hex 54 13 14 0 4D 4C 43 167 3F 14
Octal 124 23 24 0 115 114 103 547 77 24
Binary 1010100 10011 10100 0 1001101 1001100 1000011 101100111 111111 10100

Color Harmonies of #541314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541314

Black with #541314

Text Example


Text Example

White with #541314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541314; }

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

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

background-color css

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

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

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

border-color css

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

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

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