#48175E

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

Shades of Scarlet Gum #48175E

Tints of Scarlet Gum #48175E

Color information

#48175E (or 0x48175E) is unknown color: approx Scarlet Gum. HEX triplet: 48, 17 and 5E. RGB value is (72,23,94). Sum of RGB (Red+Green+Blue) = 72+23+94=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #48175E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48175E is #B7E8A1. Grayscale: #2D2D2D. Windows color (decimal): -12052642 or 6166344. OLE color: 6166344.

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

Color convert

RGB722394-
CMYK0.230.7600.63
HSL281.41º60.68%22.94%-
HSV(B)281.41º75.53%36.86%-
XYZ52.810.87-
YUV45.74155.23146.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 94 (37.11% from 255) = 49.74%
R=38.10%
G=12.17%
B=49.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7223940.230.7600.63281.4160.6822.94
Hex48175E174C03F1193d17
Octal11027136271140774317527
Binary1001000101111011110101111001100011111110001100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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