#49305F

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

Shades of Scarlet Gum #49305F

Tints of Scarlet Gum #49305F

Color information

#49305F (or 0x49305F) is unknown color: approx Scarlet Gum. HEX triplet: 49, 30 and 5F. RGB value is (73,48,95). Sum of RGB (Red+Green+Blue) = 73+48+95=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #49305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49305F is #B6CFA0. Grayscale: #3C3C3C. Windows color (decimal): -11980705 or 6238281. OLE color: 6238281.

HSL color Cylindrical-coordinate representation of color #49305F: hue angle of 271.91º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49305F is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB734895-
CMYK0.230.4900.63
HSL271.91º32.87%28.04%-
HSV(B)271.91º49.47%37.25%-
XYZ5.874.3611.36-
YUV60.83147.28136.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=33.80%
G=22.22%
B=43.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7348950.230.4900.63271.9132.8728.04
Hex49305F173103F110211c
Octal1116013727610774204134
Binary1001001110000101111110111110001011111110001000010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49305F; }

 p { color: rgb(73,48,95); }

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

<style>
 a { background-color: #49305F; }

 a { background-color: rgb(73,48,95); }

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

<style>
 span { border-color: #49305F; }

 span { border-color: rgb(73,48,95); }

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