#48315E

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

Shades of Scarlet Gum #48315E

Tints of Scarlet Gum #48315E

Color information

#48315E (or 0x48315E) is unknown color: approx Scarlet Gum. HEX triplet: 48, 31 and 5E. RGB value is (72,49,94). Sum of RGB (Red+Green+Blue) = 72+49+94=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #48315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48315E is #B7CEA1. Grayscale: #3C3C3C. Windows color (decimal): -12045986 or 6173000. OLE color: 6173000.

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

Color convert

RGB724994-
CMYK0.230.4800.63
HSL270.67º31.47%28.04%-
HSV(B)270.67º47.87%36.86%-
XYZ5.794.3811.13-
YUV61.01146.62135.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=33.49%
G=22.79%
B=43.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7249940.230.4800.63270.6731.4728.04
Hex48315E173003F10f1f1c
Octal1106113627600774173734
Binary100100011000110111101011111000001111111000011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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