#491663

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

Shades of Scarlet Gum #491663

Tints of Scarlet Gum #491663

Color information

#491663 (or 0x491663) is unknown color: approx Scarlet Gum. HEX triplet: 49, 16 and 63. RGB value is (73,22,99). Sum of RGB (Red+Green+Blue) = 73+22+99=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #491663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491663 is #B6E99C. Grayscale: #2D2D2D. Windows color (decimal): -11987357 or 6493769. OLE color: 6493769.

HSL color Cylindrical-coordinate representation of color #491663: hue angle of 279.74º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491663 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB732299-
CMYK0.260.7800.61
HSL279.74º63.64%23.73%-
HSV(B)279.74º77.78%38.82%-
XYZ5.292.8912.08-
YUV46.03157.9147.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 22 (8.98% from 255) = 11.34%
BLUE value IS 99 (39.06% from 255) = 51.03%
R=37.63%
G=11.34%
B=51.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7322990.260.7800.61279.7463.6423.73
Hex4916631A4E03D1184018
Octal111261433211607543010030
Binary10010011011011000111101010011100111101100011000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491663; }

 p { color: rgb(73,22,99); }

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

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

 a { background-color: rgb(73,22,99); }

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

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

 span { border-color: rgb(73,22,99); }

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