#491061

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

Shades of Scarlet Gum #491061

Tints of Scarlet Gum #491061

Color information

#491061 (or 0x491061) is unknown color: approx Scarlet Gum. HEX triplet: 49, 10 and 61. RGB value is (73,16,97). Sum of RGB (Red+Green+Blue) = 73+16+97=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #491061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491061 is #B6EF9E. Grayscale: #2A2A2A. Windows color (decimal): -11988895 or 6361161. OLE color: 6361161.

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

Color convert

RGB731697-
CMYK0.250.8400.62
HSL282.22º71.68%22.16%-
HSV(B)282.22º83.51%38.04%-
XYZ5.092.6511.55-
YUV42.28158.88149.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 97 (38.28% from 255) = 52.15%
R=39.25%
G=8.60%
B=52.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7316970.250.8400.62282.2271.6822.16
Hex491061195403E11a4816
Octal111201413112407643211026
Binary10010011000011000011100110101000111110100011010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491061; }

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

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

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

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

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

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

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

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