#491765

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

Shades of Scarlet Gum #491765

Tints of Scarlet Gum #491765

Color information

#491765 (or 0x491765) is unknown color: approx Scarlet Gum. HEX triplet: 49, 17 and 65. RGB value is (73,23,101). Sum of RGB (Red+Green+Blue) = 73+23+101=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #491765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491765 is #B6E89A. Grayscale: #2E2E2E. Windows color (decimal): -11987099 or 6625097. OLE color: 6625097.

HSL color Cylindrical-coordinate representation of color #491765: hue angle of 278.46º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491765 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7323101-
CMYK0.280.7700.60
HSL278.46º62.9%24.31%-
HSV(B)278.46º77.23%39.61%-
XYZ5.42.9712.6-
YUV46.84158.56146.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 101 (39.84% from 255) = 51.27%
R=37.06%
G=11.68%
B=51.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73231010.280.7700.60278.4662.924.31
Hex4917651C4D03C1163f18
Octal11127145341150744267730
Binary1001001101111100101111001001101011110010001011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491765; }

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

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

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

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

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

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

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

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