#48065D

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

Shades of Scarlet Gum #48065D

Tints of Scarlet Gum #48065D

Color information

#48065D (or 0x48065D) is unknown color: approx Scarlet Gum. HEX triplet: 48, 06 and 5D. RGB value is (72,6,93). Sum of RGB (Red+Green+Blue) = 72+6+93=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #48065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48065D is #B7F9A2. Grayscale: #232323. Windows color (decimal): -12056995 or 6096456. OLE color: 6096456.

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

Color convert

RGB72693-
CMYK0.230.9400.64
HSL285.52º87.88%19.41%-
HSV(B)285.52º93.55%36.47%-
XYZ4.712.310.55-
YUV35.65160.37153.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 93 (36.72% from 255) = 54.39%
R=42.11%
G=3.51%
B=54.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal726930.230.9400.64285.5287.8819.41
Hex4865D175E04011e5813
Octal110613527136010043613023
Binary1001000110101110110111101111001000000100011110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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