#48255D

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

Shades of Scarlet Gum #48255D

Tints of Scarlet Gum #48255D

Color information

#48255D (or 0x48255D) is unknown color: approx Scarlet Gum. HEX triplet: 48, 25 and 5D. RGB value is (72,37,93). Sum of RGB (Red+Green+Blue) = 72+37+93=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #48255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48255D is #B7DAA2. Grayscale: #353535. Windows color (decimal): -12049059 or 6104392. OLE color: 6104392.

HSL color Cylindrical-coordinate representation of color #48255D: hue angle of 277.5º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48255D is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB723793-
CMYK0.230.6000.64
HSL277.5º43.08%25.49%-
HSV(B)277.5º60.22%36.47%-
XYZ5.313.4910.75-
YUV53.85150.1140.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=35.64%
G=18.32%
B=46.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7237930.230.6000.64277.543.0825.49
Hex48255D173C0401162b19
Octal11045135277401004265331
Binary10010001001011011101101111111000100000010001011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48255D; }

 p { color: rgb(72,37,93); }

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

<style>
 a { background-color: #48255D; }

 a { background-color: rgb(72,37,93); }

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

<style>
 span { border-color: #48255D; }

 span { border-color: rgb(72,37,93); }

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