#491862

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

Shades of Scarlet Gum #491862

Tints of Scarlet Gum #491862

Color information

#491862 (or 0x491862) is unknown color: approx Scarlet Gum. HEX triplet: 49, 18 and 62. RGB value is (73,24,98). Sum of RGB (Red+Green+Blue) = 73+24+98=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #491862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491862 is #B6E79D. Grayscale: #2E2E2E. Windows color (decimal): -11986846 or 6428745. OLE color: 6428745.

HSL color Cylindrical-coordinate representation of color #491862: hue angle of 279.73º degrees, saturation: 0.61, 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 #491862 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB732498-
CMYK0.260.7600.62
HSL279.73º60.66%23.92%-
HSV(B)279.73º75.51%38.43%-
XYZ5.282.9511.85-
YUV47.09156.73146.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 98 (38.67% from 255) = 50.26%
R=37.44%
G=12.31%
B=50.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7324980.260.7600.62279.7360.6623.92
Hex4918621A4C03E1183d18
Octal11130142321140764307530
Binary1001001110001100010110101001100011111010001100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491862; }

 p { color: rgb(73,24,98); }

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

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

 a { background-color: rgb(73,24,98); }

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

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

 span { border-color: rgb(73,24,98); }

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