#4F1F65

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

Shades of Scarlet Gum #4F1F65

Tints of Scarlet Gum #4F1F65

Color information

#4F1F65 (or 0x4F1F65) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 1F and 65. RGB value is (79,31,101). Sum of RGB (Red+Green+Blue) = 79+31+101=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F1F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1F65 is #B0E09A. Grayscale: #353535. Windows color (decimal): -11591835 or 6627151. OLE color: 6627151.

HSL color Cylindrical-coordinate representation of color #4F1F65: hue angle of 281.14º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F1F65 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7931101-
CMYK0.220.6900.60
HSL281.14º53.03%25.88%-
HSV(B)281.14º69.31%39.61%-
XYZ6.063.5812.68-
YUV53.33154.9146.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.44%
GREEN value IS 31 (12.5% from 255) = 14.69%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=37.44%
G=14.69%
B=47.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79311010.220.6900.60281.1453.0325.88
Hex4F1F65164503C119351a
Octal11737145261050744316532
Binary1001111111111100101101101000101011110010001100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,31,101); }

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

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

 a { background-color: rgb(79,31,101); }

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

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

 span { border-color: rgb(79,31,101); }

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