Html Css Color HEX #541D12 Caput Mortuum

📋 copy color: '#541D12'

red 84 ◦ green 29 ◦ blue 18

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

Shades of Caput Mortuum #541D12

Tints of Caput Mortuum #541D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.74%

R = 64.12%
G = 22.14%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#541D12 (or 0x541D12) is known color: Caput Mortuum. HEX triplet: 54, 1D and 12. RGB value is (84,29,18). Sum of RGB (Red+Green+Blue) = 84+29+18=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #541D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D12 is #ABE2ED. Grayscale: #2C2C2C. Windows color (decimal): -11264750 or 1187156. OLE color: 1187156.

HSL color Cylindrical-coordinate representation of color #541D12: hue angle of 10º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541D12 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 29 18 -
CMYK 0 0.65 0.79 0.67
HSL 10º 0.65% 0.2% -
HSV(B) 10º 0.79% 0.33% -
XYZ 4.2 2.81 0.89 -
YUV 44.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 84 29 18 0 0.65 0.79 0.67 10 0.65 0.2
Hex 54 1D 12 0 41 4F 43 A 41 14
Octal 124 35 22 0 101 117 103 12 101 24
Binary 1010100 11101 10010 0 1000001 1001111 1000011 1010 1000001 10100

Color Harmonies of #541D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D12

Black with #541D12

Text Example


Text Example

White with #541D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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