#4D245C

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

Shades of Scarlet Gum #4D245C

Tints of Scarlet Gum #4D245C

Color information

#4D245C (or 0x4D245C) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 24 and 5C. RGB value is (77,36,92). Sum of RGB (Red+Green+Blue) = 77+36+92=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D245C is #B2DBA3. Grayscale: #363636. Windows color (decimal): -11721636 or 6038605. OLE color: 6038605.

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

Color convert

RGB773692-
CMYK0.160.6100.64
HSL283.93º43.75%25.1%-
HSV(B)283.93º60.87%36.08%-
XYZ5.623.6110.53-
YUV54.64149.08143.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=37.56%
G=17.56%
B=44.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7736920.160.6100.64283.9343.7525.1
Hex4D245C103D04011c2c19
Octal11544134207501004345431
Binary10011011001001011100100001111010100000010001110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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