#4F315F

Color #4F315F Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4F315F

Tints of Scarlet Gum #4F315F

Color information

#4F315F (or 0x4F315F) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 31 and 5F. RGB value is (79,49,95). Sum of RGB (Red+Green+Blue) = 79+49+95=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #4F315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F315F is #B0CEA0. Grayscale: #3F3F3F. Windows color (decimal): -11587233 or 6238543. OLE color: 6238543.

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

Color convert

RGB794995-
CMYK0.170.4800.63
HSL279.13º31.94%28.24%-
HSV(B)279.13º48.42%37.25%-
XYZ6.394.6911.39-
YUV63.21145.94139.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.43%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=35.43%
G=21.97%
B=42.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7949950.170.4800.63279.1331.9428.24
Hex4F315F113003F117201c
Octal1176113721600774274034
Binary1001111110001101111110001110000011111110001011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F315F;
 }
 .AnyTagClassName
 {
   color: #4F315F;
 }
</style>
background-color css

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

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

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

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

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

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