#491959

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

Shades of Scarlet Gum #491959

Tints of Scarlet Gum #491959

Color information

#491959 (or 0x491959) is unknown color: approx Scarlet Gum. HEX triplet: 49, 19 and 59. RGB value is (73,25,89). Sum of RGB (Red+Green+Blue) = 73+25+89=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #491959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491959 is #B6E6A6. Grayscale: #2E2E2E. Windows color (decimal): -11986599 or 5839177. OLE color: 5839177.

HSL color Cylindrical-coordinate representation of color #491959: hue angle of 285º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #491959 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB732589-
CMYK0.180.7200.65
HSL285º56.14%22.35%-
HSV(B)285º71.91%34.9%-
XYZ4.92.839.74-
YUV46.65151.9146.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=39.04%
G=13.37%
B=47.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7325890.180.7200.6528556.1422.35
Hex491959124804111d3816
Octal111311312211001014357026
Binary10010011100110110011001010010000100000110001110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491959; }

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

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

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

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

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

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

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

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