#491E55

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

Shades of Scarlet Gum #491E55

Tints of Scarlet Gum #491E55

Color information

#491E55 (or 0x491E55) is unknown color: approx Scarlet Gum. HEX triplet: 49, 1E and 55. RGB value is (73,30,85). Sum of RGB (Red+Green+Blue) = 73+30+85=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #491E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E55 is #B6E1AA. Grayscale: #303030. Windows color (decimal): -11985323 or 5578313. OLE color: 5578313.

HSL color Cylindrical-coordinate representation of color #491E55: hue angle of 286.91º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #491E55 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB733085-
CMYK0.140.6500.67
HSL286.91º47.83%22.55%-
HSV(B)286.91º64.71%33.33%-
XYZ4.8538.92-
YUV49.13148.25145.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 85 (33.59% from 255) = 45.21%
R=38.83%
G=15.96%
B=45.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7330850.140.6500.67286.9147.8322.55
Hex491E55E4104311f3017
Octal111361251610101034376027
Binary1001001111101010101111010000010100001110001111111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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