Html Css Color HEX #4D1E13 Caput Mortuum

📋 copy color: '#4D1E13'

red 77 ◦ green 30 ◦ blue 19

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

Shades of Caput Mortuum #4D1E13

Tints of Caput Mortuum #4D1E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 61.11%
G = 23.81%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4D1E13 (or 0x4D1E13) is known color: Caput Mortuum. HEX triplet: 4D, 1E and 13. RGB value is (77,30,19). Sum of RGB (Red+Green+Blue) = 77+30+19=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1E13 is #B2E1EC. Grayscale: #2A2A2A. Windows color (decimal): -11723245 or 1252941. OLE color: 1252941.

HSL color Cylindrical-coordinate representation of color #4D1E13: hue angle of 11.38º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1E13 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 30 19 -
CMYK 0 0.61 0.75 0.70
HSL 11.38º 0.6% 0.19% -
HSV(B) 11.38º 0.75% 0.3% -
XYZ 3.64 2.55 0.92 -
YUV 42.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 77 30 19 0 0.61 0.75 0.70 11.38 0.6 0.19
Hex 4D 1E 13 0 3D 4B 46 B 3C 13
Octal 115 36 23 0 75 113 106 13 74 23
Binary 1001101 11110 10011 0 111101 1001011 1000110 1011 111100 10011

Color Harmonies of #4D1E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E13

Black with #4D1E13

Text Example


Text Example

White with #4D1E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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