#48285C

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

Shades of Scarlet Gum #48285C

Tints of Scarlet Gum #48285C

Color information

#48285C (or 0x48285C) is unknown color: approx Scarlet Gum. HEX triplet: 48, 28 and 5C. RGB value is (72,40,92). Sum of RGB (Red+Green+Blue) = 72+40+92=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #48285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48285C is #B7D7A3. Grayscale: #373737. Windows color (decimal): -12048292 or 6039624. OLE color: 6039624.

HSL color Cylindrical-coordinate representation of color #48285C: hue angle of 276.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48285C is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB724092-
CMYK0.220.5700.64
HSL276.92º39.39%25.88%-
HSV(B)276.92º56.52%36.08%-
XYZ5.363.6710.55-
YUV55.5148.6139.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=35.29%
G=19.61%
B=45.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7240920.220.5700.64276.9239.3925.88
Hex48285C1639040115271a
Octal11050134267101004254732
Binary10010001010001011100101101110010100000010001010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,40,92); }

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

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

 a { background-color: rgb(72,40,92); }

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

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

 span { border-color: rgb(72,40,92); }

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