Html Css Color HEX #541F13 Caput Mortuum

📋 copy color: '#541F13'

red 84 ◦ green 31 ◦ blue 19

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

Shades of Caput Mortuum #541F13

Tints of Caput Mortuum #541F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.13%

 BLUE value IS 19 (7.81% from 255) = 14.18%

R = 62.69%
G = 23.13%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#541F13 (or 0x541F13) is known color: Caput Mortuum. HEX triplet: 54, 1F and 13. RGB value is (84,31,19). Sum of RGB (Red+Green+Blue) = 84+31+19=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #541F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541F13 is #ABE0EC. Grayscale: #2D2D2D. Windows color (decimal): -11264237 or 1253204. OLE color: 1253204.

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

Color convert

RGB 84 31 19 -
CMYK 0 0.63 0.77 0.67
HSL 11.08º 0.63% 0.2% -
HSV(B) 11.08º 0.77% 0.33% -
XYZ 4.26 2.91 0.95 -
YUV 45.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 84 31 19 0 0.63 0.77 0.67 11.08 0.63 0.2
Hex 54 1F 13 0 3F 4D 43 B 3F 14
Octal 124 37 23 0 77 115 103 13 77 24
Binary 1010100 11111 10011 0 111111 1001101 1000011 1011 111111 10100

Color Harmonies of #541F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541F13

Black with #541F13

Text Example


Text Example

White with #541F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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