#48145B

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

Shades of Scarlet Gum #48145B

Tints of Scarlet Gum #48145B

Color information

#48145B (or 0x48145B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 14 and 5B. RGB value is (72,20,91). Sum of RGB (Red+Green+Blue) = 72+20+91=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #48145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48145B is #B7EBA4. Grayscale: #2B2B2B. Windows color (decimal): -12053413 or 5968968. OLE color: 5968968.

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

Color convert

RGB722091-
CMYK0.210.7800.64
HSL283.94º63.96%21.76%-
HSV(B)283.94º78.02%35.69%-
XYZ4.812.6310.15-
YUV43.64154.73148.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=39.34%
G=10.93%
B=49.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7220910.210.7800.64283.9463.9621.76
Hex48145B154E04011c4016
Octal1102413325116010043410026
Binary100100010100101101110101100111001000000100011100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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