#472359

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

Shades of Scarlet Gum #472359

Tints of Scarlet Gum #472359

Color information

#472359 (or 0x472359) is unknown color: approx Scarlet Gum. HEX triplet: 47, 23 and 59. RGB value is (71,35,89). Sum of RGB (Red+Green+Blue) = 71+35+89=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #472359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472359 is #B8DCA6. Grayscale: #333333. Windows color (decimal): -12115111 or 5841735. OLE color: 5841735.

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

Color convert

RGB713589-
CMYK0.200.6100.65
HSL280º43.55%24.31%-
HSV(B)280º60.67%34.9%-
XYZ53.269.82-
YUV51.92148.93141.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=36.41%
G=17.95%
B=45.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7135890.200.6100.6528043.5524.31
Hex472359143D0411182c18
Octal10743131247501014305430
Binary10001111000111011001101001111010100000110001100010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472359; }

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

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

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

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

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

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

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

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