#48305D

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

Shades of Scarlet Gum #48305D

Tints of Scarlet Gum #48305D

Color information

#48305D (or 0x48305D) is unknown color: approx Scarlet Gum. HEX triplet: 48, 30 and 5D. RGB value is (72,48,93). Sum of RGB (Red+Green+Blue) = 72+48+93=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #48305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48305D is #B7CFA2. Grayscale: #3C3C3C. Windows color (decimal): -12046243 or 6107208. OLE color: 6107208.

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

Color convert

RGB724893-
CMYK0.230.4800.64
HSL272º31.91%27.65%-
HSV(B)272º48.39%36.47%-
XYZ5.714.2810.88-
YUV60.31146.45136.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=33.80%
G=22.54%
B=43.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7248930.230.4800.6427231.9127.65
Hex48305D1730040110201c
Octal11060135276001004204034
Binary10010001100001011101101111100000100000010001000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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