#48295B

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

Shades of Scarlet Gum #48295B

Tints of Scarlet Gum #48295B

Color information

#48295B (or 0x48295B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 29 and 5B. RGB value is (72,41,91). Sum of RGB (Red+Green+Blue) = 72+41+91=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #48295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48295B is #B7D6A4. Grayscale: #373737. Windows color (decimal): -12048037 or 5974344. OLE color: 5974344.

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

Color convert

RGB724191-
CMYK0.210.5500.64
HSL277.2º37.88%25.88%-
HSV(B)277.2º54.95%35.69%-
XYZ5.353.7210.33-
YUV55.97147.77139.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 41 (16.41% from 255) = 20.10%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=35.29%
G=20.10%
B=44.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7241910.210.5500.64277.237.8825.88
Hex48295B1537040115261a
Octal11051133256701004254632
Binary10010001010011011011101011101110100000010001010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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