Html Css Color HEX #4F415F Mulled Wine

📋 copy color: '#4F415F'

red 79 ◦ green 65 ◦ blue 95

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

Shades of Mulled Wine #4F415F

Tints of Mulled Wine #4F415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 33.05%
G = 27.2%
B = 39.75%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4F415F (or 0x4F415F) is known color: Mulled Wine. HEX triplet: 4F, 41 and 5F. RGB value is (79,65,95). Sum of RGB (Red+Green+Blue) = 79+65+95=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #4F415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F415F is #B0BEA0. Grayscale: #484848. Windows color (decimal): -11583137 or 6242639. OLE color: 6242639.

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

Color convert

RGB 79 65 95 -
CMYK 0.17 0.32 0 0.63
HSL 268º 0.19% 0.31% -
HSV(B) 268º 0.32% 0.37% -
XYZ 7.18 6.27 11.66 -
YUV 72.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 79 65 95 0.17 0.32 0 0.63 268 0.19 0.31
Hex 4F 41 5F 11 20 0 3F 10C 13 1F
Octal 117 101 137 21 40 0 77 414 23 37
Binary 1001111 1000001 1011111 10001 100000 0 111111 100001100 10011 11111

Color Harmonies of #4F415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F415F

Black with #4F415F

Text Example


Text Example

White with #4F415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,65,95); }

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

background-color css

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

 a { background-color: rgb(79,65,95); }

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

border-color css

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

 span { border-color: rgb(79,65,95); }

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