#48175C

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

Shades of Scarlet Gum #48175C

Tints of Scarlet Gum #48175C

Color information

#48175C (or 0x48175C) is unknown color: approx Scarlet Gum. HEX triplet: 48, 17 and 5C. RGB value is (72,23,92). Sum of RGB (Red+Green+Blue) = 72+23+92=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #48175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48175C is #B7E8A3. Grayscale: #2D2D2D. Windows color (decimal): -12052644 or 6035272. OLE color: 6035272.

HSL color Cylindrical-coordinate representation of color #48175C: hue angle of 282.61º 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 #48175C is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB722392-
CMYK0.220.7500.64
HSL282.61º60%22.55%-
HSV(B)282.61º75%36.08%-
XYZ4.912.7610.4-
YUV45.52154.23146.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 23 (9.38% from 255) = 12.30%
BLUE value IS 92 (36.33% from 255) = 49.20%
R=38.50%
G=12.30%
B=49.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7223920.220.7500.64282.616022.55
Hex48175C164B04011b3c17
Octal110271342611301004337427
Binary10010001011110111001011010010110100000010001101111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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