Html Css Color HEX #4F251C Caput Mortuum

📋 copy color: '#4F251C'

red 79 ◦ green 37 ◦ blue 28

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

Shades of Caput Mortuum #4F251C

Tints of Caput Mortuum #4F251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.69%

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

R = 54.86%
G = 25.69%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4F251C (or 0x4F251C) is known color: Caput Mortuum. HEX triplet: 4F, 25 and 1C. RGB value is (79,37,28). Sum of RGB (Red+Green+Blue) = 79+37+28=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F251C is #B0DAE3. Grayscale: #303030. Windows color (decimal): -11590372 or 1844559. OLE color: 1844559.

HSL color Cylindrical-coordinate representation of color #4F251C: hue angle of 10.59º 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 #4F251C is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 37 28 -
CMYK 0 0.53 0.65 0.69
HSL 10.59º 0.48% 0.21% -
HSV(B) 10.59º 0.65% 0.31% -
XYZ 4.1 3.07 1.48 -
YUV 48.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 79 37 28 0 0.53 0.65 0.69 10.59 0.48 0.21
Hex 4F 25 1C 0 35 41 45 B 30 15
Octal 117 45 34 0 65 101 105 13 60 25
Binary 1001111 100101 11100 0 110101 1000001 1000101 1011 110000 10101

Color Harmonies of #4F251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F251C

Black with #4F251C

Text Example


Text Example

White with #4F251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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