#491761

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

Shades of Scarlet Gum #491761

Tints of Scarlet Gum #491761

Color information

#491761 (or 0x491761) is unknown color: approx Scarlet Gum. HEX triplet: 49, 17 and 61. RGB value is (73,23,97). Sum of RGB (Red+Green+Blue) = 73+23+97=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #491761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491761 is #B6E89E. Grayscale: #2E2E2E. Windows color (decimal): -11987103 or 6362953. OLE color: 6362953.

HSL color Cylindrical-coordinate representation of color #491761: hue angle of 280.54º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491761 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB732397-
CMYK0.250.7600.62
HSL280.54º61.67%23.53%-
HSV(B)280.54º76.29%38.04%-
XYZ5.212.8911.59-
YUV46.39156.56146.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=37.82%
G=11.92%
B=50.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7323970.250.7600.62280.5461.6723.53
Hex491761194C03E1193e18
Octal11127141311140764317630
Binary1001001101111100001110011001100011111010001100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491761; }

 p { color: rgb(73,23,97); }

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

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

 a { background-color: rgb(73,23,97); }

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

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

 span { border-color: rgb(73,23,97); }

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