#491E64

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

Shades of Scarlet Gum #491E64

Tints of Scarlet Gum #491E64

Color information

#491E64 (or 0x491E64) is unknown color: approx Scarlet Gum. HEX triplet: 49, 1E and 64. RGB value is (73,30,100). Sum of RGB (Red+Green+Blue) = 73+30+100=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #491E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E64 is #B6E19B. Grayscale: #323232. Windows color (decimal): -11985308 or 6561353. OLE color: 6561353.

HSL color Cylindrical-coordinate representation of color #491E64: hue angle of 276.86º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491E64 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7330100-
CMYK0.270.7000.61
HSL276.86º53.85%25.49%-
HSV(B)276.86º70%39.22%-
XYZ5.513.2712.4-
YUV50.84155.75143.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 30 (12.11% from 255) = 14.78%
BLUE value IS 100 (39.45% from 255) = 49.26%
R=35.96%
G=14.78%
B=49.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73301000.270.7000.61276.8653.8525.49
Hex491E641B4603D1153619
Octal11136144331060754256631
Binary1001001111101100100110111000110011110110001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491E64; }

 p { color: rgb(73,30,100); }

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

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

 a { background-color: rgb(73,30,100); }

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

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

 span { border-color: rgb(73,30,100); }

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