#49095B

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

Shades of Scarlet Gum #49095B

Tints of Scarlet Gum #49095B

Color information

#49095B (or 0x49095B) is unknown color: approx Scarlet Gum. HEX triplet: 49, 09 and 5B. RGB value is (73,9,91). Sum of RGB (Red+Green+Blue) = 73+9+91=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #49095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49095B is #B6F6A4. Grayscale: #252525. Windows color (decimal): -11990693 or 5966153. OLE color: 5966153.

HSL color Cylindrical-coordinate representation of color #49095B: hue angle of 286.83º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49095B is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB73991-
CMYK0.200.9000.64
HSL286.83º82%19.61%-
HSV(B)286.83º90.11%35.69%-
XYZ4.732.3710.1-
YUV37.48158.2153.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=42.20%
G=5.20%
B=52.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal739910.200.9000.64286.838219.61
Hex4995B145A04011f5214
Octal1111113324132010043712224
Binary10010011001101101110100101101001000000100011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,9,91); }

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

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

 a { background-color: rgb(73,9,91); }

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

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

 span { border-color: rgb(73,9,91); }

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