#472056

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

Shades of Scarlet Gum #472056

Tints of Scarlet Gum #472056

Color information

#472056 (or 0x472056) is unknown color: approx Scarlet Gum. HEX triplet: 47, 20 and 56. RGB value is (71,32,86). Sum of RGB (Red+Green+Blue) = 71+32+86=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #472056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472056 is #B8DFA9. Grayscale: #313131. Windows color (decimal): -12115882 or 5644359. OLE color: 5644359.

HSL color Cylindrical-coordinate representation of color #472056: hue angle of 283.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #472056 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB713286-
CMYK0.170.6300.66
HSL283.33º45.76%23.14%-
HSV(B)283.33º62.79%33.73%-
XYZ4.793.049.14-
YUV49.82148.42143.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=37.57%
G=16.93%
B=45.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7132860.170.6300.66283.3345.7623.14
Hex472056113F04211b2e17
Octal10740126217701024335627
Binary10001111000001010110100011111110100001010001101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472056; }

 p { color: rgb(71,32,86); }

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

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

 a { background-color: rgb(71,32,86); }

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

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

 span { border-color: rgb(71,32,86); }

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