Html Css Color HEX #4F180B Caput Mortuum

📋 copy color: '#4F180B'

red 79 ◦ green 24 ◦ blue 11

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

Shades of Caput Mortuum #4F180B

Tints of Caput Mortuum #4F180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.05%

 BLUE value IS 11 (4.69% from 255) = 9.65%

R = 69.3%
G = 21.05%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4F180B (or 0x4F180B) is known color: Caput Mortuum. HEX triplet: 4F, 18 and 0B. RGB value is (79,24,11). Sum of RGB (Red+Green+Blue) = 79+24+11=114 (15% of max value = 765). Red value is 79 (31.25% from 255 or 69.30% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 79 - color contains mainly: red. Hex color #4F180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F180B is #B0E7F4. Grayscale: #272727. Windows color (decimal): -11593717 or 727119. OLE color: 727119.

HSL color Cylindrical-coordinate representation of color #4F180B: hue angle of 11.47º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F180B is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 24 11 -
CMYK 0 0.70 0.86 0.69
HSL 11.47º 0.76% 0.18% -
HSV(B) 11.47º 0.86% 0.31% -
XYZ 3.61 2.34 0.58 -
YUV 38.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 79 24 11 0 0.70 0.86 0.69 11.47 0.76 0.18
Hex 4F 18 B 0 46 56 45 B 4C 12
Octal 117 30 13 0 106 126 105 13 114 22
Binary 1001111 11000 1011 0 1000110 1010110 1000101 1011 1001100 10010

Color Harmonies of #4F180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F180B

Black with #4F180B

Text Example


Text Example

White with #4F180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,24,11); }

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

background-color css

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

 a { background-color: rgb(79,24,11); }

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

border-color css

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

 span { border-color: rgb(79,24,11); }

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