#48145F

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

Shades of Scarlet Gum #48145F

Tints of Scarlet Gum #48145F

Color information

#48145F (or 0x48145F) is unknown color: approx Scarlet Gum. HEX triplet: 48, 14 and 5F. RGB value is (72,20,95). Sum of RGB (Red+Green+Blue) = 72+20+95=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #48145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48145F is #B7EBA0. Grayscale: #2B2B2B. Windows color (decimal): -12053409 or 6231112. OLE color: 6231112.

HSL color Cylindrical-coordinate representation of color #48145F: hue angle of 281.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48145F is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB722095-
CMYK0.240.7900.63
HSL281.6º65.22%22.55%-
HSV(B)281.6º78.95%37.25%-
XYZ4.992.711.09-
YUV44.1156.73147.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 95 (37.5% from 255) = 50.80%
R=38.50%
G=10.70%
B=50.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7220950.240.7900.63281.665.2222.55
Hex48145F184F03F11a4117
Octal110241373011707743210127
Binary10010001010010111111100010011110111111100011010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48145F; }

 p { color: rgb(72,20,95); }

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

<style>
 a { background-color: #48145F; }

 a { background-color: rgb(72,20,95); }

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

<style>
 span { border-color: #48145F; }

 span { border-color: rgb(72,20,95); }

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