#48295E

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

Shades of Scarlet Gum #48295E

Tints of Scarlet Gum #48295E

Color information

#48295E (or 0x48295E) is unknown color: approx Scarlet Gum. HEX triplet: 48, 29 and 5E. RGB value is (72,41,94). Sum of RGB (Red+Green+Blue) = 72+41+94=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #48295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48295E is #B7D6A1. Grayscale: #383838. Windows color (decimal): -12048034 or 6170952. OLE color: 6170952.

HSL color Cylindrical-coordinate representation of color #48295E: hue angle of 275.09º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48295E is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB724194-
CMYK0.230.5600.63
HSL275.09º39.26%26.47%-
HSV(B)275.09º56.38%36.86%-
XYZ5.493.7711.03-
YUV56.31149.27139.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=34.78%
G=19.81%
B=45.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7241940.230.5600.63275.0939.2626.47
Hex48295E173803F113271a
Octal1105113627700774234732
Binary1001000101001101111010111111000011111110001001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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