#48185D

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

Shades of Scarlet Gum #48185D

Tints of Scarlet Gum #48185D

Color information

#48185D (or 0x48185D) is unknown color: approx Scarlet Gum. HEX triplet: 48, 18 and 5D. RGB value is (72,24,93). Sum of RGB (Red+Green+Blue) = 72+24+93=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #48185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48185D is #B7E7A2. Grayscale: #2D2D2D. Windows color (decimal): -12052387 or 6101064. OLE color: 6101064.

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

Color convert

RGB722493-
CMYK0.230.7400.64
HSL281.74º58.97%22.94%-
HSV(B)281.74º74.19%36.47%-
XYZ4.972.8210.64-
YUV46.22154.4146.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=38.10%
G=12.70%
B=49.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7224930.230.7400.64281.7458.9722.94
Hex48185D174A04011a3b17
Octal110301352711201004327327
Binary10010001100010111011011110010100100000010001101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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