#48324F

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

Shades of Scarlet Gum #48324F

Tints of Scarlet Gum #48324F

Color information

#48324F (or 0x48324F) is unknown color: approx Scarlet Gum. HEX triplet: 48, 32 and 4F. RGB value is (72,50,79). Sum of RGB (Red+Green+Blue) = 72+50+79=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 79 - color contains mainly: blue. Hex color #48324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48324F is #B7CDB0. Grayscale: #3B3B3B. Windows color (decimal): -12045745 or 5190216. OLE color: 5190216.

HSL color Cylindrical-coordinate representation of color #48324F: hue angle of 285.52º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48324F is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB725079-
CMYK0.090.3700.69
HSL285.52º22.48%25.29%-
HSV(B)285.52º36.71%30.98%-
XYZ5.224.227.94-
YUV59.88138.79136.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=35.82%
G=24.88%
B=39.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7250790.090.3700.69285.5222.4825.29
Hex48324F92504511e1619
Octal11062117114501054362631
Binary100100011001010011111001100101010001011000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48324F; }

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

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

<style>
 a { background-color: #48324F; }

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

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

<style>
 span { border-color: #48324F; }

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

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