#48165E

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

Shades of Scarlet Gum #48165E

Tints of Scarlet Gum #48165E

Color information

#48165E (or 0x48165E) is unknown color: approx Scarlet Gum. HEX triplet: 48, 16 and 5E. RGB value is (72,22,94). Sum of RGB (Red+Green+Blue) = 72+22+94=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #48165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48165E is #B7E9A1. Grayscale: #2C2C2C. Windows color (decimal): -12052898 or 6166088. OLE color: 6166088.

HSL color Cylindrical-coordinate representation of color #48165E: hue angle of 281.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48165E is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB722294-
CMYK0.230.7700.63
HSL281.67º62.07%22.75%-
HSV(B)281.67º76.6%36.86%-
XYZ4.982.7610.86-
YUV45.16155.56147.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 94 (37.11% from 255) = 50%
R=38.30%
G=11.70%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7222940.230.7700.63281.6762.0722.75
Hex48165E174D03F11a3e17
Octal11026136271150774327627
Binary1001000101101011110101111001101011111110001101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48165E; }

 p { color: rgb(72,22,94); }

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

<style>
 a { background-color: #48165E; }

 a { background-color: rgb(72,22,94); }

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

<style>
 span { border-color: #48165E; }

 span { border-color: rgb(72,22,94); }

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