#48325A

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

Shades of Scarlet Gum #48325A

Tints of Scarlet Gum #48325A

Color information

#48325A (or 0x48325A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 32 and 5A. RGB value is (72,50,90). Sum of RGB (Red+Green+Blue) = 72+50+90=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #48325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48325A is #B7CDA5. Grayscale: #3C3C3C. Windows color (decimal): -12045734 or 5911112. OLE color: 5911112.

HSL color Cylindrical-coordinate representation of color #48325A: hue angle of 273º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48325A is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB725090-
CMYK0.200.4400.65
HSL273º28.57%27.45%-
HSV(B)273º44.44%35.29%-
XYZ5.664.410.22-
YUV61.14144.29135.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=33.96%
G=23.58%
B=42.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7250900.200.4400.6527328.5727.45
Hex48325A142C0411111d1b
Octal11062132245401014213533
Binary1001000110010101101010100101100010000011000100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48325A; }

 p { color: rgb(72,50,90); }

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

<style>
 a { background-color: #48325A; }

 a { background-color: rgb(72,50,90); }

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

<style>
 span { border-color: #48325A; }

 span { border-color: rgb(72,50,90); }

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