#491958

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

Shades of Scarlet Gum #491958

Tints of Scarlet Gum #491958

Color information

#491958 (or 0x491958) is unknown color: approx Scarlet Gum. HEX triplet: 49, 19 and 58. RGB value is (73,25,88). Sum of RGB (Red+Green+Blue) = 73+25+88=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #491958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491958 is #B6E6A7. Grayscale: #2E2E2E. Windows color (decimal): -11986600 or 5773641. OLE color: 5773641.

HSL color Cylindrical-coordinate representation of color #491958: hue angle of 285.71º 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 #491958 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB732588-
CMYK0.170.7200.65
HSL285.71º55.75%22.16%-
HSV(B)285.71º71.59%34.51%-
XYZ4.862.829.52-
YUV46.53151.4146.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=39.25%
G=13.44%
B=47.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7325880.170.7200.65285.7155.7522.16
Hex491958114804111e3816
Octal111311302111001014367026
Binary10010011100110110001000110010000100000110001111011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491958; }

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

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

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

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

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

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

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

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