#48095D

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

Shades of Scarlet Gum #48095D

Tints of Scarlet Gum #48095D

Color information

#48095D (or 0x48095D) is unknown color: approx Scarlet Gum. HEX triplet: 48, 09 and 5D. RGB value is (72,9,93). Sum of RGB (Red+Green+Blue) = 72+9+93=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #48095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48095D is #B7F6A2. Grayscale: #252525. Windows color (decimal): -12056227 or 6097224. OLE color: 6097224.

HSL color Cylindrical-coordinate representation of color #48095D: hue angle of 285º 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 #48095D is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB72993-
CMYK0.230.9000.64
HSL285º82.35%20%-
HSV(B)285º90.32%36.47%-
XYZ4.752.3610.56-
YUV37.41159.37152.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=41.38%
G=5.17%
B=53.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal729930.230.9000.6428582.3520
Hex4895D175A04011d5214
Octal1101113527132010043512224
Binary10010001001101110110111101101001000000100011101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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