#48255C

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

Shades of Scarlet Gum #48255C

Tints of Scarlet Gum #48255C

Color information

#48255C (or 0x48255C) is unknown color: approx Scarlet Gum. HEX triplet: 48, 25 and 5C. RGB value is (72,37,92). Sum of RGB (Red+Green+Blue) = 72+37+92=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #48255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48255C is #B7DAA3. Grayscale: #353535. Windows color (decimal): -12049060 or 6038856. OLE color: 6038856.

HSL color Cylindrical-coordinate representation of color #48255C: hue angle of 278.18º 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 #48255C is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB723792-
CMYK0.220.6000.64
HSL278.18º42.64%25.29%-
HSV(B)278.18º59.78%36.08%-
XYZ5.273.4710.52-
YUV53.74149.6141.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=35.82%
G=18.41%
B=45.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7237920.220.6000.64278.1842.6425.29
Hex48255C163C0401162b19
Octal11045134267401004265331
Binary10010001001011011100101101111000100000010001011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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