#4D205C

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

Shades of Scarlet Gum #4D205C

Tints of Scarlet Gum #4D205C

Color information

#4D205C (or 0x4D205C) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 20 and 5C. RGB value is (77,32,92). Sum of RGB (Red+Green+Blue) = 77+32+92=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D205C is #B2DFA3. Grayscale: #343434. Windows color (decimal): -11722660 or 6037581. OLE color: 6037581.

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

Color convert

RGB773292-
CMYK0.160.6500.64
HSL285º48.39%24.31%-
HSV(B)285º65.22%36.08%-
XYZ5.513.3810.49-
YUV52.3150.41145.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.31%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=38.31%
G=15.92%
B=45.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7732920.160.6500.6428548.3924.31
Hex4D205C104104011d3018
Octal115401342010101004356030
Binary100110110000010111001000010000010100000010001110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,32,92); }

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

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

 a { background-color: rgb(77,32,92); }

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

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

 span { border-color: rgb(77,32,92); }

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