Html Css Color HEX #541D0D Caput Mortuum

📋 copy color: '#541D0D'

red 84 ◦ green 29 ◦ blue 13

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

Shades of Caput Mortuum #541D0D

Tints of Caput Mortuum #541D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.32%

R = 66.67%
G = 23.02%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#541D0D (or 0x541D0D) is known color: Caput Mortuum. HEX triplet: 54, 1D and 0D. RGB value is (84,29,13). Sum of RGB (Red+Green+Blue) = 84+29+13=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #541D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D0D is #ABE2F2. Grayscale: #2B2B2B. Windows color (decimal): -11264755 or 859476. OLE color: 859476.

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

Color convert

RGB 84 29 13 -
CMYK 0 0.65 0.85 0.67
HSL 13.52º 0.73% 0.19% -
HSV(B) 13.52º 0.85% 0.33% -
XYZ 4.17 2.79 0.7 -
YUV 43.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 84 29 13 0 0.65 0.85 0.67 13.52 0.73 0.19
Hex 54 1D D 0 41 55 43 E 49 13
Octal 124 35 15 0 101 125 103 16 111 23
Binary 1010100 11101 1101 0 1000001 1010101 1000011 1110 1001001 10011

Color Harmonies of #541D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541D0D

Black with #541D0D

Text Example


Text Example

White with #541D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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