Html Css Color HEX #4F1D14 Caput Mortuum

📋 copy color: '#4F1D14'

red 79 ◦ green 29 ◦ blue 20

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

Shades of Caput Mortuum #4F1D14

Tints of Caput Mortuum #4F1D14

RGB

 RED value IS 79 (31.25% from 255) = 61.72%

 GREEN value IS 29 (11.72% from 255) = 22.66%

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

R = 61.72%
G = 22.66%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#4F1D14 (or 0x4F1D14) is known color: Caput Mortuum. HEX triplet: 4F, 1D and 14. RGB value is (79,29,20). Sum of RGB (Red+Green+Blue) = 79+29+20=128 (16% of max value = 765). Red value is 79 (31.25% from 255 or 61.72% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1D14 is #B0E2EB. Grayscale: #2B2B2B. Windows color (decimal): -11592428 or 1318223. OLE color: 1318223.

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

Color convert

RGB 79 29 20 -
CMYK 0 0.63 0.75 0.69
HSL 9.15º 0.6% 0.19% -
HSV(B) 9.15º 0.75% 0.31% -
XYZ 3.79 2.59 0.96 -
YUV 42.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 79 29 20 0 0.63 0.75 0.69 9.15 0.6 0.19
Hex 4F 1D 14 0 3F 4B 45 9 3C 13
Octal 117 35 24 0 77 113 105 11 74 23
Binary 1001111 11101 10100 0 111111 1001011 1000101 1001 111100 10011

Color Harmonies of #4F1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1D14

Black with #4F1D14

Text Example


Text Example

White with #4F1D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,29,20); }

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

background-color css

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

 a { background-color: rgb(79,29,20); }

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

border-color css

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

 span { border-color: rgb(79,29,20); }

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