#48175D

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

Shades of Scarlet Gum #48175D

Tints of Scarlet Gum #48175D

Color information

#48175D (or 0x48175D) is unknown color: approx Scarlet Gum. HEX triplet: 48, 17 and 5D. RGB value is (72,23,93). Sum of RGB (Red+Green+Blue) = 72+23+93=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #48175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48175D is #B7E8A2. Grayscale: #2D2D2D. Windows color (decimal): -12052643 or 6100808. OLE color: 6100808.

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

Color convert

RGB722393-
CMYK0.230.7500.64
HSL282º60.34%22.75%-
HSV(B)282º75.27%36.47%-
XYZ4.952.7810.63-
YUV45.63154.73146.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 93 (36.72% from 255) = 49.47%
R=38.30%
G=12.23%
B=49.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7223930.230.7500.6428260.3422.75
Hex48175D174B04011a3c17
Octal110271352711301004327427
Binary10010001011110111011011110010110100000010001101011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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