#491366

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

Shades of Scarlet Gum #491366

Tints of Scarlet Gum #491366

Color information

#491366 (or 0x491366) is unknown color: approx Scarlet Gum. HEX triplet: 49, 13 and 66. RGB value is (73,19,102). Sum of RGB (Red+Green+Blue) = 73+19+102=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #491366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491366 is #B6EC99. Grayscale: #2C2C2C. Windows color (decimal): -11988122 or 6689609. OLE color: 6689609.

HSL color Cylindrical-coordinate representation of color #491366: hue angle of 279.04º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491366 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7319102-
CMYK0.280.8100.6
HSL279.04º68.6%23.73%-
HSV(B)279.04º81.37%40%-
XYZ5.382.8412.84-
YUV44.61160.39148.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 102 (40.23% from 255) = 52.58%
R=37.63%
G=9.79%
B=52.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73191020.280.8100.6279.0468.623.73
Hex4913661C5103C1174518
Octal111231463412107442710530
Binary10010011001111001101110010100010111100100010111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491366; }

 p { color: rgb(73,19,102); }

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

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

 a { background-color: rgb(73,19,102); }

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

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

 span { border-color: rgb(73,19,102); }

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