Html Css Color HEX #4F1B13 Caput Mortuum

📋 copy color: '#4F1B13'

red 79 ◦ green 27 ◦ blue 19

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

Shades of Caput Mortuum #4F1B13

Tints of Caput Mortuum #4F1B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.6%

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

R = 63.2%
G = 21.6%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#4F1B13 (or 0x4F1B13) is known color: Caput Mortuum. HEX triplet: 4F, 1B and 13. RGB value is (79,27,19). Sum of RGB (Red+Green+Blue) = 79+27+19=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1B13 is #B0E4EC. Grayscale: #292929. Windows color (decimal): -11592941 or 1252175. OLE color: 1252175.

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

Color convert

RGB 79 27 19 -
CMYK 0 0.66 0.76 0.69
HSL 0.61% 0.19% -
HSV(B) 0.76% 0.31% -
XYZ 3.73 2.49 0.9 -
YUV 41.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 79 27 19 0 0.66 0.76 0.69 8 0.61 0.19
Hex 4F 1B 13 0 42 4C 45 8 3D 13
Octal 117 33 23 0 102 114 105 10 75 23
Binary 1001111 11011 10011 0 1000010 1001100 1000101 1000 111101 10011

Color Harmonies of #4F1B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1B13

Black with #4F1B13

Text Example


Text Example

White with #4F1B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,27,19); }

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

background-color css

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

 a { background-color: rgb(79,27,19); }

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

border-color css

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

 span { border-color: rgb(79,27,19); }

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