#48115A

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

Shades of Scarlet Gum #48115A

Tints of Scarlet Gum #48115A

Color information

#48115A (or 0x48115A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 11 and 5A. RGB value is (72,17,90). Sum of RGB (Red+Green+Blue) = 72+17+90=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #48115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48115A is #B7EEA5. Grayscale: #292929. Windows color (decimal): -12054182 or 5902664. OLE color: 5902664.

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

Color convert

RGB721790-
CMYK0.200.8100.65
HSL285.21º68.22%20.98%-
HSV(B)285.21º81.11%35.29%-
XYZ4.722.529.91-
YUV41.77155.22149.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 90 (35.55% from 255) = 50.28%
R=40.22%
G=9.50%
B=50.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7217900.200.8100.65285.2168.2220.98
Hex48115A145104111d4415
Octal1102113224121010143510425
Binary100100010001101101010100101000101000001100011101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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