#48145D

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

Shades of Scarlet Gum #48145D

Tints of Scarlet Gum #48145D

Color information

#48145D (or 0x48145D) is unknown color: approx Scarlet Gum. HEX triplet: 48, 14 and 5D. RGB value is (72,20,93). Sum of RGB (Red+Green+Blue) = 72+20+93=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #48145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48145D is #B7EBA2. Grayscale: #2B2B2B. Windows color (decimal): -12053411 or 6100040. OLE color: 6100040.

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

Color convert

RGB722093-
CMYK0.230.7800.64
HSL282.74º64.6%22.16%-
HSV(B)282.74º78.49%36.47%-
XYZ4.92.6710.61-
YUV43.87155.73148.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=38.92%
G=10.81%
B=50.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7220930.230.7800.64282.7464.622.16
Hex48145D174E04011b4116
Octal1102413527116010043310126
Binary100100010100101110110111100111001000000100011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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