Html Css Color HEX #4D190F Caput Mortuum

📋 copy color: '#4D190F'

red 77 ◦ green 25 ◦ blue 15

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

Shades of Caput Mortuum #4D190F

Tints of Caput Mortuum #4D190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.37%

 BLUE value IS 15 (6.25% from 255) = 12.82%

R = 65.81%
G = 21.37%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#4D190F (or 0x4D190F) is known color: Caput Mortuum. HEX triplet: 4D, 19 and 0F. RGB value is (77,25,15). Sum of RGB (Red+Green+Blue) = 77+25+15=117 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.81% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 77 - color contains mainly: red. Hex color #4D190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D190F is #B2E6F0. Grayscale: #272727. Windows color (decimal): -11724529 or 989517. OLE color: 989517.

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

Color convert

RGB 77 25 15 -
CMYK 0 0.68 0.81 0.70
HSL 9.68º 0.67% 0.18% -
HSV(B) 9.68º 0.81% 0.3% -
XYZ 3.49 2.31 0.71 -
YUV 39.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 77 25 15 0 0.68 0.81 0.70 9.68 0.67 0.18
Hex 4D 19 F 0 44 51 46 A 43 12
Octal 115 31 17 0 104 121 106 12 103 22
Binary 1001101 11001 1111 0 1000100 1010001 1000110 1010 1000011 10010

Color Harmonies of #4D190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D190F

Black with #4D190F

Text Example


Text Example

White with #4D190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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