#48285D

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

Shades of Scarlet Gum #48285D

Tints of Scarlet Gum #48285D

Color information

#48285D (or 0x48285D) is unknown color: approx Scarlet Gum. HEX triplet: 48, 28 and 5D. RGB value is (72,40,93). Sum of RGB (Red+Green+Blue) = 72+40+93=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #48285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48285D is #B7D7A2. Grayscale: #373737. Windows color (decimal): -12048291 or 6105160. OLE color: 6105160.

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

Color convert

RGB724093-
CMYK0.230.5700.64
HSL276.23º39.85%26.08%-
HSV(B)276.23º56.99%36.47%-
XYZ5.413.6910.78-
YUV55.61149.1139.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=35.12%
G=19.51%
B=45.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7240930.230.5700.64276.2339.8526.08
Hex48285D1739040114281a
Octal11050135277101004245032
Binary10010001010001011101101111110010100000010001010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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