#49195B

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

Shades of Scarlet Gum #49195B

Tints of Scarlet Gum #49195B

Color information

#49195B (or 0x49195B) is unknown color: approx Scarlet Gum. HEX triplet: 49, 19 and 5B. RGB value is (73,25,91). Sum of RGB (Red+Green+Blue) = 73+25+91=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #49195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49195B is #B6E6A4. Grayscale: #2E2E2E. Windows color (decimal): -11986597 or 5970249. OLE color: 5970249.

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

Color convert

RGB732591-
CMYK0.200.7300.64
HSL283.64º56.9%22.75%-
HSV(B)283.64º72.53%35.69%-
XYZ4.982.8710.19-
YUV46.88152.9146.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 91 (35.94% from 255) = 48.15%
R=38.62%
G=13.23%
B=48.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7325910.200.7300.64283.6456.922.75
Hex49195B144904011c3917
Octal111311332411101004347127
Binary10010011100110110111010010010010100000010001110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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