#48205D

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

Shades of Scarlet Gum #48205D

Tints of Scarlet Gum #48205D

Color information

#48205D (or 0x48205D) is unknown color: approx Scarlet Gum. HEX triplet: 48, 20 and 5D. RGB value is (72,32,93). Sum of RGB (Red+Green+Blue) = 72+32+93=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #48205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48205D is #B7DFA2. Grayscale: #323232. Windows color (decimal): -12050339 or 6103112. OLE color: 6103112.

HSL color Cylindrical-coordinate representation of color #48205D: hue angle of 279.34º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48205D is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB723293-
CMYK0.230.6600.64
HSL279.34º48.8%24.51%-
HSV(B)279.34º65.59%36.47%-
XYZ5.163.210.7-
YUV50.91151.75143.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=36.55%
G=16.24%
B=47.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7232930.230.6600.64279.3448.824.51
Hex48205D17420401173119
Octal110401352710201004276131
Binary100100010000010111011011110000100100000010001011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48205D; }

 p { color: rgb(72,32,93); }

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

<style>
 a { background-color: #48205D; }

 a { background-color: rgb(72,32,93); }

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

<style>
 span { border-color: #48205D; }

 span { border-color: rgb(72,32,93); }

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