Html Css Color HEX #4D1E15 Caput Mortuum

📋 copy color: '#4D1E15'

red 77 ◦ green 30 ◦ blue 21

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

Shades of Caput Mortuum #4D1E15

Tints of Caput Mortuum #4D1E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.41%

R = 60.16%
G = 23.44%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D1E15 (or 0x4D1E15) is known color: Caput Mortuum. HEX triplet: 4D, 1E and 15. RGB value is (77,30,21). Sum of RGB (Red+Green+Blue) = 77+30+21=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1E15 is #B2E1EA. Grayscale: #2B2B2B. Windows color (decimal): -11723243 or 1384013. OLE color: 1384013.

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

Color convert

RGB 77 30 21 -
CMYK 0 0.61 0.73 0.70
HSL 9.64º 0.57% 0.19% -
HSV(B) 9.64º 0.73% 0.3% -
XYZ 3.66 2.56 1.01 -
YUV 43.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 77 30 21 0 0.61 0.73 0.70 9.64 0.57 0.19
Hex 4D 1E 15 0 3D 49 46 A 39 13
Octal 115 36 25 0 75 111 106 12 71 23
Binary 1001101 11110 10101 0 111101 1001001 1000110 1010 111001 10011

Color Harmonies of #4D1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E15

Black with #4D1E15

Text Example


Text Example

White with #4D1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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