#48215C

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

Shades of Scarlet Gum #48215C

Tints of Scarlet Gum #48215C

Color information

#48215C (or 0x48215C) is unknown color: approx Scarlet Gum. HEX triplet: 48, 21 and 5C. RGB value is (72,33,92). Sum of RGB (Red+Green+Blue) = 72+33+92=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #48215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48215C is #B7DEA3. Grayscale: #333333. Windows color (decimal): -12050084 or 6037832. OLE color: 6037832.

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

Color convert

RGB723392-
CMYK0.220.6400.64
HSL279.66º47.2%24.51%-
HSV(B)279.66º64.13%36.08%-
XYZ5.153.2410.48-
YUV51.39150.92142.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=36.55%
G=16.75%
B=46.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7233920.220.6400.64279.6647.224.51
Hex48215C16400401182f19
Octal110411342610001004305731
Binary100100010000110111001011010000000100000010001100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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