#4E065D

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

Shades of Scarlet Gum #4E065D

Tints of Scarlet Gum #4E065D

Color information

#4E065D (or 0x4E065D) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 06 and 5D. RGB value is (78,6,93). Sum of RGB (Red+Green+Blue) = 78+6+93=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E065D is #B1F9A2. Grayscale: #252525. Windows color (decimal): -11663779 or 6096462. OLE color: 6096462.

HSL color Cylindrical-coordinate representation of color #4E065D: hue angle of 289.66º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E065D is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB78693-
CMYK0.160.9400.64
HSL289.66º87.88%19.41%-
HSV(B)289.66º93.55%36.47%-
XYZ5.182.5410.57-
YUV37.45159.35156.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.07%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=44.07%
G=3.39%
B=52.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal786930.160.9400.64289.6687.8819.41
Hex4E65D105E0401225813
Octal116613520136010044213023
Binary1001110110101110110000101111001000000100100010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,6,93); }

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

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

 a { background-color: rgb(78,6,93); }

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

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

 span { border-color: rgb(78,6,93); }

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