#48155C

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

Shades of Scarlet Gum #48155C

Tints of Scarlet Gum #48155C

Color information

#48155C (or 0x48155C) is unknown color: approx Scarlet Gum. HEX triplet: 48, 15 and 5C. RGB value is (72,21,92). Sum of RGB (Red+Green+Blue) = 72+21+92=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #48155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48155C is #B7EAA3. Grayscale: #2C2C2C. Windows color (decimal): -12053156 or 6034760. OLE color: 6034760.

HSL color Cylindrical-coordinate representation of color #48155C: hue angle of 283.1º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48155C is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB722192-
CMYK0.220.7700.64
HSL283.1º62.83%22.16%-
HSV(B)283.1º77.17%36.08%-
XYZ4.872.6910.39-
YUV44.34154.9147.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=38.92%
G=11.35%
B=49.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7221920.220.7700.64283.162.8322.16
Hex48155C164D04011b3f16
Octal110251342611501004337726
Binary10010001010110111001011010011010100000010001101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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