#4F1561

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

Shades of Scarlet Gum #4F1561

Tints of Scarlet Gum #4F1561

Color information

#4F1561 (or 0x4F1561) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 15 and 61. RGB value is (79,21,97). Sum of RGB (Red+Green+Blue) = 79+21+97=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F1561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1561 is #B0EA9E. Grayscale: #2E2E2E. Windows color (decimal): -11594399 or 6362447. OLE color: 6362447.

HSL color Cylindrical-coordinate representation of color #4F1561: hue angle of 285.79º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F1561 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB792197-
CMYK0.190.7800.62
HSL285.79º64.41%23.14%-
HSV(B)285.79º78.35%38.04%-
XYZ5.653.0611.6-
YUV47.01156.22150.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.10%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=40.10%
G=10.66%
B=49.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7921970.190.7800.62285.7964.4123.14
Hex4F1561134E03E11e4017
Octal117251412311607643610027
Binary10011111010111000011001110011100111110100011110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,97); }

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

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

 a { background-color: rgb(79,21,97); }

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

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

 span { border-color: rgb(79,21,97); }

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