#48255A

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

Shades of Scarlet Gum #48255A

Tints of Scarlet Gum #48255A

Color information

#48255A (or 0x48255A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 25 and 5A. RGB value is (72,37,90). Sum of RGB (Red+Green+Blue) = 72+37+90=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #48255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48255A is #B7DAA5. Grayscale: #353535. Windows color (decimal): -12049062 or 5907784. OLE color: 5907784.

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

Color convert

RGB723790-
CMYK0.200.5900.65
HSL279.62º41.73%24.9%-
HSV(B)279.62º58.89%35.29%-
XYZ5.183.4410.06-
YUV53.51148.6141.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=36.18%
G=18.59%
B=45.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7237900.200.5900.65279.6241.7324.9
Hex48255A143B0411182a19
Octal11045132247301014305231
Binary10010001001011011010101001110110100000110001100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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