#48095C

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

Shades of Scarlet Gum #48095C

Tints of Scarlet Gum #48095C

Color information

#48095C (or 0x48095C) is unknown color: approx Scarlet Gum. HEX triplet: 48, 09 and 5C. RGB value is (72,9,92). Sum of RGB (Red+Green+Blue) = 72+9+92=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #48095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48095C is #B7F6A3. Grayscale: #252525. Windows color (decimal): -12056228 or 6031688. OLE color: 6031688.

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

Color convert

RGB72992-
CMYK0.220.9000.64
HSL285.54º82.18%19.8%-
HSV(B)285.54º90.22%36.08%-
XYZ4.72.3510.33-
YUV37.3158.87152.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 92 (36.33% from 255) = 53.18%
R=41.62%
G=5.20%
B=53.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal729920.220.9000.64285.5482.1819.8
Hex4895C165A04011e5214
Octal1101113426132010043612224
Binary10010001001101110010110101101001000000100011110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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