#4D205A

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

Shades of Scarlet Gum #4D205A

Tints of Scarlet Gum #4D205A

Color information

#4D205A (or 0x4D205A) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 20 and 5A. RGB value is (77,32,90). Sum of RGB (Red+Green+Blue) = 77+32+90=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D205A is #B2DFA5. Grayscale: #333333. Windows color (decimal): -11722662 or 5906509. OLE color: 5906509.

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

Color convert

RGB773290-
CMYK0.140.6400.65
HSL286.55º47.54%23.92%-
HSV(B)286.55º64.44%35.29%-
XYZ5.423.3510.03-
YUV52.07149.41145.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.69%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=38.69%
G=16.08%
B=45.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7732900.140.6400.65286.5547.5423.92
Hex4D205AE4004111f3018
Octal115401321610001014376030
Binary10011011000001011010111010000000100000110001111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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