Html Css Color HEX #541D11 Caput Mortuum

📋 copy color: '#541D11'

red 84 ◦ green 29 ◦ blue 17

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

Shades of Caput Mortuum #541D11

Tints of Caput Mortuum #541D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.08%

R = 64.62%
G = 22.31%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#541D11 (or 0x541D11) is known color: Caput Mortuum. HEX triplet: 54, 1D and 11. RGB value is (84,29,17). Sum of RGB (Red+Green+Blue) = 84+29+17=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #541D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D11 is #ABE2EE. Grayscale: #2C2C2C. Windows color (decimal): -11264751 or 1121620. OLE color: 1121620.

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

Color convert

RGB 84 29 17 -
CMYK 0 0.65 0.80 0.67
HSL 10.75º 0.66% 0.2% -
HSV(B) 10.75º 0.8% 0.33% -
XYZ 4.2 2.8 0.85 -
YUV 44.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 84 29 17 0 0.65 0.80 0.67 10.75 0.66 0.2
Hex 54 1D 11 0 41 50 43 B 42 14
Octal 124 35 21 0 101 120 103 13 102 24
Binary 1010100 11101 10001 0 1000001 1010000 1000011 1011 1000010 10100

Color Harmonies of #541D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D11

Black with #541D11

Text Example


Text Example

White with #541D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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