#48175B

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

Shades of Scarlet Gum #48175B

Tints of Scarlet Gum #48175B

Color information

#48175B (or 0x48175B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 17 and 5B. RGB value is (72,23,91). Sum of RGB (Red+Green+Blue) = 72+23+91=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #48175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48175B is #B7E8A4. Grayscale: #2D2D2D. Windows color (decimal): -12052645 or 5969736. OLE color: 5969736.

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

Color convert

RGB722391-
CMYK0.210.7500.64
HSL283.24º59.65%22.35%-
HSV(B)283.24º74.73%35.69%-
XYZ4.872.7510.17-
YUV45.4153.73146.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 91 (35.94% from 255) = 48.92%
R=38.71%
G=12.37%
B=48.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7223910.210.7500.64283.2459.6522.35
Hex48175B154B04011b3c16
Octal110271332511301004337426
Binary10010001011110110111010110010110100000010001101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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