Html Css Color HEX #4F231C Caput Mortuum

📋 copy color: '#4F231C'

red 79 ◦ green 35 ◦ blue 28

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

Shades of Caput Mortuum #4F231C

Tints of Caput Mortuum #4F231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.65%

 BLUE value IS 28 (11.33% from 255) = 19.72%

R = 55.63%
G = 24.65%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F231C (or 0x4F231C) is known color: Caput Mortuum. HEX triplet: 4F, 23 and 1C. RGB value is (79,35,28). Sum of RGB (Red+Green+Blue) = 79+35+28=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F231C is #B0DCE3. Grayscale: #2F2F2F. Windows color (decimal): -11590884 or 1844047. OLE color: 1844047.

HSL color Cylindrical-coordinate representation of color #4F231C: hue angle of 8.24º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F231C is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 35 28 -
CMYK 0 0.56 0.65 0.69
HSL 8.24º 0.48% 0.21% -
HSV(B) 8.24º 0.65% 0.31% -
XYZ 4.04 2.95 1.45 -
YUV 47.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 79 35 28 0 0.56 0.65 0.69 8.24 0.48 0.21
Hex 4F 23 1C 0 38 41 45 8 30 15
Octal 117 43 34 0 70 101 105 10 60 25
Binary 1001111 100011 11100 0 111000 1000001 1000101 1000 110000 10101

Color Harmonies of #4F231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F231C

Black with #4F231C

Text Example


Text Example

White with #4F231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,35,28); }

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

background-color css

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

 a { background-color: rgb(79,35,28); }

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

border-color css

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

 span { border-color: rgb(79,35,28); }

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