#48295A

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

Shades of Scarlet Gum #48295A

Tints of Scarlet Gum #48295A

Color information

#48295A (or 0x48295A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 29 and 5A. RGB value is (72,41,90). Sum of RGB (Red+Green+Blue) = 72+41+90=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #48295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48295A is #B7D6A5. Grayscale: #373737. Windows color (decimal): -12048038 or 5908808. OLE color: 5908808.

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

Color convert

RGB724190-
CMYK0.200.5400.65
HSL277.96º37.4%25.69%-
HSV(B)277.96º54.44%35.29%-
XYZ5.313.710.11-
YUV55.86147.27139.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=35.47%
G=20.20%
B=44.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7241900.200.5400.65277.9637.425.69
Hex48295A1436041116251a
Octal11051132246601014264532
Binary10010001010011011010101001101100100000110001011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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