#491568

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

Shades of Scarlet Gum #491568

Tints of Scarlet Gum #491568

Color information

#491568 (or 0x491568) is unknown color: approx Scarlet Gum. HEX triplet: 49, 15 and 68. RGB value is (73,21,104). Sum of RGB (Red+Green+Blue) = 73+21+104=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #491568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491568 is #B6EA97. Grayscale: #2D2D2D. Windows color (decimal): -11987608 or 6821193. OLE color: 6821193.

HSL color Cylindrical-coordinate representation of color #491568: hue angle of 277.59º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491568 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7321104-
CMYK0.300.8000.59
HSL277.59º66.4%24.51%-
HSV(B)277.59º79.81%40.78%-
XYZ5.512.9513.38-
YUV46.01160.73147.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 104 (41.02% from 255) = 52.53%
R=36.87%
G=10.61%
B=52.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73211040.300.8000.59277.5966.424.51
Hex4915681E5003B1164219
Octal111251503612007342610231
Binary10010011010111010001111010100000111011100010110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491568; }

 p { color: rgb(73,21,104); }

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

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

 a { background-color: rgb(73,21,104); }

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

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

 span { border-color: rgb(73,21,104); }

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