#4F265A

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

Shades of Scarlet Gum #4F265A

Tints of Scarlet Gum #4F265A

Color information

#4F265A (or 0x4F265A) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 26 and 5A. RGB value is (79,38,90). Sum of RGB (Red+Green+Blue) = 79+38+90=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F265A is #B0D9A5. Grayscale: #383838. Windows color (decimal): -11590054 or 5908047. OLE color: 5908047.

HSL color Cylindrical-coordinate representation of color #4F265A: hue angle of 287.31º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F265A is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB793890-
CMYK0.120.5800.65
HSL287.31º40.62%25.1%-
HSV(B)287.31º57.78%35.29%-
XYZ5.763.7910.1-
YUV56.19147.08144.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.16%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=38.16%
G=18.36%
B=43.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7938900.120.5800.65287.3140.6225.1
Hex4F265AC3A04111f2919
Octal11746132147201014375131
Binary1001111100110101101011001110100100000110001111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,38,90); }

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

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

 a { background-color: rgb(79,38,90); }

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

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

 span { border-color: rgb(79,38,90); }

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