#48155A

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

Shades of Scarlet Gum #48155A

Tints of Scarlet Gum #48155A

Color information

#48155A (or 0x48155A) is unknown color: approx Scarlet Gum. HEX triplet: 48, 15 and 5A. RGB value is (72,21,90). Sum of RGB (Red+Green+Blue) = 72+21+90=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #48155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48155A is #B7EAA5. Grayscale: #2B2B2B. Windows color (decimal): -12053158 or 5903688. OLE color: 5903688.

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

Color convert

RGB722190-
CMYK0.200.7700.65
HSL284.35º62.16%21.76%-
HSV(B)284.35º76.67%35.29%-
XYZ4.792.659.93-
YUV44.11153.9147.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=39.34%
G=11.48%
B=49.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7221900.200.7700.65284.3562.1621.76
Hex48155A144D04111c3e16
Octal110251322411501014347626
Binary10010001010110110101010010011010100000110001110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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