#48315B

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

Shades of Scarlet Gum #48315B

Tints of Scarlet Gum #48315B

Color information

#48315B (or 0x48315B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 31 and 5B. RGB value is (72,49,91). Sum of RGB (Red+Green+Blue) = 72+49+91=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #48315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48315B is #B7CEA4. Grayscale: #3C3C3C. Windows color (decimal): -12045989 or 5976392. OLE color: 5976392.

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

Color convert

RGB724991-
CMYK0.210.4600.64
HSL272.86º30%27.45%-
HSV(B)272.86º46.15%35.69%-
XYZ5.664.3310.43-
YUV60.66145.12136.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=33.96%
G=23.11%
B=42.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7249910.210.4600.64272.863027.45
Hex48315B152E0401111e1b
Octal11061133255601004213633
Binary1001000110001101101110101101110010000001000100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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