#49325C

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

Shades of Scarlet Gum #49325C

Tints of Scarlet Gum #49325C

Color information

#49325C (or 0x49325C) is unknown color: approx Scarlet Gum. HEX triplet: 49, 32 and 5C. RGB value is (73,50,92). Sum of RGB (Red+Green+Blue) = 73+50+92=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #49325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49325C is #B6CDA3. Grayscale: #3D3D3D. Windows color (decimal): -11980196 or 6042185. OLE color: 6042185.

HSL color Cylindrical-coordinate representation of color #49325C: hue angle of 272.86º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49325C is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB735092-
CMYK0.210.4600.64
HSL272.86º29.58%27.84%-
HSV(B)272.86º45.65%36.08%-
XYZ5.824.4710.68-
YUV61.66145.12136.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=33.95%
G=23.26%
B=42.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7350920.210.4600.64272.8629.5827.84
Hex49325C152E0401111e1c
Octal11162134255601004213634
Binary1001001110010101110010101101110010000001000100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49325C; }

 p { color: rgb(73,50,92); }

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

<style>
 a { background-color: #49325C; }

 a { background-color: rgb(73,50,92); }

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

<style>
 span { border-color: #49325C; }

 span { border-color: rgb(73,50,92); }

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