#4D055D

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

Shades of Scarlet Gum #4D055D

Tints of Scarlet Gum #4D055D

Color information

#4D055D (or 0x4D055D) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 05 and 5D. RGB value is (77,5,93). Sum of RGB (Red+Green+Blue) = 77+5+93=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D055D is #B2FAA2. Grayscale: #242424. Windows color (decimal): -11729571 or 6096205. OLE color: 6096205.

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

Color convert

RGB77593-
CMYK0.170.9500.64
HSL289.09º89.8%19.22%-
HSV(B)289.09º94.62%36.47%-
XYZ5.092.4810.57-
YUV36.56159.85156.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=44%
G=2.86%
B=53.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal775930.170.9500.64289.0989.819.22
Hex4D55D115F0401215a13
Octal115513521137010044113223
Binary1001101101101110110001101111101000000100100001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,5,93); }

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

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

 a { background-color: rgb(77,5,93); }

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

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

 span { border-color: rgb(77,5,93); }

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