#491967

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

Shades of Scarlet Gum #491967

Tints of Scarlet Gum #491967

Color information

#491967 (or 0x491967) is unknown color: approx Scarlet Gum. HEX triplet: 49, 19 and 67. RGB value is (73,25,103). Sum of RGB (Red+Green+Blue) = 73+25+103=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #491967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491967 is #B6E698. Grayscale: #2F2F2F. Windows color (decimal): -11986585 or 6756681. OLE color: 6756681.

HSL color Cylindrical-coordinate representation of color #491967: hue angle of 276.92º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491967 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7325103-
CMYK0.290.7600.60
HSL276.92º60.94%25.1%-
HSV(B)276.92º75.73%40.39%-
XYZ5.543.0913.14-
YUV48.24158.9145.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 103 (40.62% from 255) = 51.24%
R=36.32%
G=12.44%
B=51.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73251030.290.7600.60276.9260.9425.1
Hex4919671D4C03C1153d19
Octal11131147351140744257531
Binary1001001110011100111111011001100011110010001010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491967; }

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

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

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

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

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

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

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

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