#473159

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

Shades of Scarlet Gum #473159

Tints of Scarlet Gum #473159

Color information

#473159 (or 0x473159) is unknown color: approx Scarlet Gum. HEX triplet: 47, 31 and 59. RGB value is (71,49,89). Sum of RGB (Red+Green+Blue) = 71+49+89=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #473159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473159 is #B8CEA6. Grayscale: #3C3C3C. Windows color (decimal): -12111527 or 5845319. OLE color: 5845319.

HSL color Cylindrical-coordinate representation of color #473159: hue angle of 273º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #473159 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB714989-
CMYK0.200.4500.65
HSL273º28.99%27.06%-
HSV(B)273º44.94%34.9%-
XYZ5.54.269.98-
YUV60.14144.29135.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=33.97%
G=23.44%
B=42.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7149890.200.4500.6527328.9927.06
Hex473159142D0411111d1b
Octal10761131245501014213533
Binary1000111110001101100110100101101010000011000100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473159; }

 p { color: rgb(71,49,89); }

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

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

 a { background-color: rgb(71,49,89); }

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

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

 span { border-color: rgb(71,49,89); }

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