Html Css Color HEX #4D1F14 Caput Mortuum

📋 copy color: '#4D1F14'

red 77 ◦ green 31 ◦ blue 20

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

Shades of Caput Mortuum #4D1F14

Tints of Caput Mortuum #4D1F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.22%

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 60.16%
G = 24.22%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#4D1F14 (or 0x4D1F14) is known color: Caput Mortuum. HEX triplet: 4D, 1F and 14. RGB value is (77,31,20). Sum of RGB (Red+Green+Blue) = 77+31+20=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1F14 is #B2E0EB. Grayscale: #2B2B2B. Windows color (decimal): -11722988 or 1318733. OLE color: 1318733.

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

Color convert

RGB 77 31 20 -
CMYK 0 0.60 0.74 0.70
HSL 11.58º 0.59% 0.19% -
HSV(B) 11.58º 0.74% 0.3% -
XYZ 3.68 2.61 0.97 -
YUV 43.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 77 31 20 0 0.60 0.74 0.70 11.58 0.59 0.19
Hex 4D 1F 14 0 3C 4A 46 C 3B 13
Octal 115 37 24 0 74 112 106 14 73 23
Binary 1001101 11111 10100 0 111100 1001010 1000110 1100 111011 10011

Color Harmonies of #4D1F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1F14

Black with #4D1F14

Text Example


Text Example

White with #4D1F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,31,20); }

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

background-color css

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

 a { background-color: rgb(77,31,20); }

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

border-color css

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

 span { border-color: rgb(77,31,20); }

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