#491955

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

Shades of Scarlet Gum #491955

Tints of Scarlet Gum #491955

Color information

#491955 (or 0x491955) is unknown color: approx Scarlet Gum. HEX triplet: 49, 19 and 55. RGB value is (73,25,85). Sum of RGB (Red+Green+Blue) = 73+25+85=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #491955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491955 is #B6E6AA. Grayscale: #2E2E2E. Windows color (decimal): -11986603 or 5577033. OLE color: 5577033.

HSL color Cylindrical-coordinate representation of color #491955: hue angle of 288º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491955 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB732585-
CMYK0.140.7100.67
HSL288º54.55%21.57%-
HSV(B)288º70.59%33.33%-
XYZ4.732.778.88-
YUV46.19149.9147.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.89%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=39.89%
G=13.66%
B=46.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7325850.140.7100.6728854.5521.57
Hex491955E470431203716
Octal111311251610701034406726
Binary1001001110011010101111010001110100001110010000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491955; }

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

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

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

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

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

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

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

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