#48205F

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

Shades of Scarlet Gum #48205F

Tints of Scarlet Gum #48205F

Color information

#48205F (or 0x48205F) is unknown color: approx Scarlet Gum. HEX triplet: 48, 20 and 5F. RGB value is (72,32,95). Sum of RGB (Red+Green+Blue) = 72+32+95=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #48205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48205F is #B7DFA0. Grayscale: #323232. Windows color (decimal): -12050337 or 6234184. OLE color: 6234184.

HSL color Cylindrical-coordinate representation of color #48205F: hue angle of 278.1º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48205F is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB723295-
CMYK0.240.6600.63
HSL278.1º49.61%24.9%-
HSV(B)278.1º66.32%37.25%-
XYZ5.253.2411.17-
YUV51.14152.75142.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=36.18%
G=16.08%
B=47.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7232950.240.6600.63278.149.6124.9
Hex48205F184203F1163219
Octal11040137301020774266231
Binary10010001000001011111110001000010011111110001011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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