#49195C

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

Shades of Scarlet Gum #49195C

Tints of Scarlet Gum #49195C

Color information

#49195C (or 0x49195C) is unknown color: approx Scarlet Gum. HEX triplet: 49, 19 and 5C. RGB value is (73,25,92). Sum of RGB (Red+Green+Blue) = 73+25+92=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #49195C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49195C is #B6E6A3. Grayscale: #2E2E2E. Windows color (decimal): -11986596 or 6035785. OLE color: 6035785.

HSL color Cylindrical-coordinate representation of color #49195C: hue angle of 282.99º 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 #49195C is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB732592-
CMYK0.210.7300.64
HSL282.99º57.26%22.94%-
HSV(B)282.99º72.83%36.08%-
XYZ5.032.8810.42-
YUV46.99153.4146.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 92 (36.33% from 255) = 48.42%
R=38.42%
G=13.16%
B=48.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7325920.210.7300.64282.9957.2622.94
Hex49195C154904011b3917
Octal111311342511101004337127
Binary10010011100110111001010110010010100000010001101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49195C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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