Html Css Color HEX #4D1D19 Caput Mortuum

📋 copy color: '#4D1D19'

red 77 ◦ green 29 ◦ blue 25

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

Shades of Caput Mortuum #4D1D19

Tints of Caput Mortuum #4D1D19

RGB

 RED value IS 77 (30.47% from 255) = 58.78%

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

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 58.78%
G = 22.14%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D1D19 (or 0x4D1D19) is known color: Caput Mortuum. HEX triplet: 4D, 1D and 19. RGB value is (77,29,25). Sum of RGB (Red+Green+Blue) = 77+29+25=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1D19 is #B2E2E6. Grayscale: #2A2A2A. Windows color (decimal): -11723495 or 1645901. OLE color: 1645901.

HSL color Cylindrical-coordinate representation of color #4D1D19: hue angle of 4.62º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D1D19 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 29 25 -
CMYK 0 0.62 0.68 0.70
HSL 4.62º 0.51% 0.2% -
HSV(B) 4.62º 0.68% 0.3% -
XYZ 3.68 2.53 1.21 -
YUV 42.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 77 29 25 0 0.62 0.68 0.70 4.62 0.51 0.2
Hex 4D 1D 19 0 3E 44 46 5 33 14
Octal 115 35 31 0 76 104 106 5 63 24
Binary 1001101 11101 11001 0 111110 1000100 1000110 101 110011 10100

Color Harmonies of #4D1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1D19

Black with #4D1D19

Text Example


Text Example

White with #4D1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D1D19; }

 p { color: rgb(77,29,25); }

 H1.HeaderClassName
 {
   color: #4D1D19;
 }
 .AnyTagClassName
 {
   color: #4D1D19;
 }
</style>

background-color css

<style>
 a { background-color: #4D1D19; }

 a { background-color: rgb(77,29,25); }

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

border-color css

<style>
 span { border-color: #4D1D19; }

 span { border-color: rgb(77,29,25); }

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