Html Css Color HEX #541D13 Caput Mortuum

📋 copy color: '#541D13'

red 84 ◦ green 29 ◦ blue 19

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

Shades of Caput Mortuum #541D13

Tints of Caput Mortuum #541D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.97%

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

R = 63.64%
G = 21.97%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#541D13 (or 0x541D13) is known color: Caput Mortuum. HEX triplet: 54, 1D and 13. RGB value is (84,29,19). Sum of RGB (Red+Green+Blue) = 84+29+19=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #541D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D13 is #ABE2EC. Grayscale: #2C2C2C. Windows color (decimal): -11264749 or 1252692. OLE color: 1252692.

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

Color convert

RGB 84 29 19 -
CMYK 0 0.65 0.77 0.67
HSL 9.23º 0.63% 0.2% -
HSV(B) 9.23º 0.77% 0.33% -
XYZ 4.21 2.81 0.94 -
YUV 44.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 84 29 19 0 0.65 0.77 0.67 9.23 0.63 0.2
Hex 54 1D 13 0 41 4D 43 9 3F 14
Octal 124 35 23 0 101 115 103 11 77 24
Binary 1010100 11101 10011 0 1000001 1001101 1000011 1001 111111 10100

Color Harmonies of #541D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D13

Black with #541D13

Text Example


Text Example

White with #541D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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