#4F195F

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

Shades of Scarlet Gum #4F195F

Tints of Scarlet Gum #4F195F

Color information

#4F195F (or 0x4F195F) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 19 and 5F. RGB value is (79,25,95). Sum of RGB (Red+Green+Blue) = 79+25+95=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #4F195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F195F is #B0E6A0. Grayscale: #303030. Windows color (decimal): -11593377 or 6232399. OLE color: 6232399.

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

Color convert

RGB792595-
CMYK0.170.7400.63
HSL286.29º58.33%23.53%-
HSV(B)286.29º73.68%37.25%-
XYZ5.643.1811.14-
YUV49.13153.89149.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.70%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=39.70%
G=12.56%
B=47.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7925950.170.7400.63286.2958.3323.53
Hex4F195F114A03F11e3a18
Octal11731137211120774367230
Binary1001111110011011111100011001010011111110001111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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