Html Css Color HEX #4D1E19 Caput Mortuum

📋 copy color: '#4D1E19'

red 77 ◦ green 30 ◦ blue 25

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

Shades of Caput Mortuum #4D1E19

Tints of Caput Mortuum #4D1E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.73%

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

R = 58.33%
G = 22.73%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D1E19 (or 0x4D1E19) is known color: Caput Mortuum. HEX triplet: 4D, 1E and 19. RGB value is (77,30,25). Sum of RGB (Red+Green+Blue) = 77+30+25=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1E19 is #B2E1E6. Grayscale: #2B2B2B. Windows color (decimal): -11723239 or 1646157. OLE color: 1646157.

HSL color Cylindrical-coordinate representation of color #4D1E19: hue angle of 5.77º 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 #4D1E19 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 30 25 -
CMYK 0 0.61 0.68 0.70
HSL 5.77º 0.51% 0.2% -
HSV(B) 5.77º 0.68% 0.3% -
XYZ 3.7 2.58 1.22 -
YUV 43.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 77 30 25 0 0.61 0.68 0.70 5.77 0.51 0.2
Hex 4D 1E 19 0 3D 44 46 6 33 14
Octal 115 36 31 0 75 104 106 6 63 24
Binary 1001101 11110 11001 0 111101 1000100 1000110 110 110011 10100

Color Harmonies of #4D1E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E19

Black with #4D1E19

Text Example


Text Example

White with #4D1E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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