#472354

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

Shades of Scarlet Gum #472354

Tints of Scarlet Gum #472354

Color information

#472354 (or 0x472354) is unknown color: approx Scarlet Gum. HEX triplet: 47, 23 and 54. RGB value is (71,35,84). Sum of RGB (Red+Green+Blue) = 71+35+84=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #472354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472354 is #B8DCAB. Grayscale: #333333. Windows color (decimal): -12115116 or 5514055. OLE color: 5514055.

HSL color Cylindrical-coordinate representation of color #472354: hue angle of 284.08º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #472354 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB713584-
CMYK0.150.5800.67
HSL284.08º41.18%23.33%-
HSV(B)284.08º58.33%32.94%-
XYZ4.83.188.75-
YUV51.35146.43142.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 35 (14.06% from 255) = 18.42%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=37.37%
G=18.42%
B=44.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7135840.150.5800.67284.0841.1823.33
Hex472354F3A04311c2917
Octal10743124177201034345127
Binary1000111100011101010011111110100100001110001110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472354; }

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

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

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

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

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

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

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

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