#48215B

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

Shades of Scarlet Gum #48215B

Tints of Scarlet Gum #48215B

Color information

#48215B (or 0x48215B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 21 and 5B. RGB value is (72,33,91). Sum of RGB (Red+Green+Blue) = 72+33+91=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #48215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48215B is #B7DEA4. Grayscale: #333333. Windows color (decimal): -12050085 or 5972296. OLE color: 5972296.

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

Color convert

RGB723391-
CMYK0.210.6400.64
HSL280.34º46.77%24.31%-
HSV(B)280.34º63.74%35.69%-
XYZ5.13.2210.25-
YUV51.27150.42142.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=36.73%
G=16.84%
B=46.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7233910.210.6400.64280.3446.7724.31
Hex48215B15400401182f18
Octal110411332510001004305730
Binary100100010000110110111010110000000100000010001100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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