#4F2B59

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

Shades of Scarlet Gum #4F2B59

Tints of Scarlet Gum #4F2B59

Color information

#4F2B59 (or 0x4F2B59) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 2B and 59. RGB value is (79,43,89). Sum of RGB (Red+Green+Blue) = 79+43+89=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F2B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2B59 is #B0D4A6. Grayscale: #3A3A3A. Windows color (decimal): -11588775 or 5843791. OLE color: 5843791.

HSL color Cylindrical-coordinate representation of color #4F2B59: hue angle of 286.96º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F2B59 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB794389-
CMYK0.110.5200.65
HSL286.96º34.85%25.88%-
HSV(B)286.96º51.69%34.9%-
XYZ5.894.119.93-
YUV59.01144.93142.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.44%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=37.44%
G=20.38%
B=42.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7943890.110.5200.65286.9634.8525.88
Hex4F2B59B3404111f231a
Octal11753131136401014374332
Binary1001111101011101100110111101000100000110001111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,43,89); }

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

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

 a { background-color: rgb(79,43,89); }

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

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

 span { border-color: rgb(79,43,89); }

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