#491662

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

Shades of Scarlet Gum #491662

Tints of Scarlet Gum #491662

Color information

#491662 (or 0x491662) is unknown color: approx Scarlet Gum. HEX triplet: 49, 16 and 62. RGB value is (73,22,98). Sum of RGB (Red+Green+Blue) = 73+22+98=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #491662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491662 is #B6E99D. Grayscale: #2D2D2D. Windows color (decimal): -11987358 or 6428233. OLE color: 6428233.

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

Color convert

RGB732298-
CMYK0.260.7800.62
HSL280.26º63.33%23.53%-
HSV(B)280.26º77.55%38.43%-
XYZ5.242.8711.83-
YUV45.91157.4147.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 22 (8.98% from 255) = 11.40%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=37.82%
G=11.40%
B=50.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7322980.260.7800.62280.2663.3323.53
Hex4916621A4E03E1183f18
Octal11126142321160764307730
Binary1001001101101100010110101001110011111010001100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491662; }

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

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

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

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

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

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

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

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