#472856

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

Shades of Scarlet Gum #472856

Tints of Scarlet Gum #472856

Color information

#472856 (or 0x472856) is unknown color: approx Scarlet Gum. HEX triplet: 47, 28 and 56. RGB value is (71,40,86). Sum of RGB (Red+Green+Blue) = 71+40+86=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #472856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472856 is #B8D7A9. Grayscale: #363636. Windows color (decimal): -12113834 or 5646407. OLE color: 5646407.

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

Color convert

RGB714086-
CMYK0.170.5300.66
HSL280.43º36.51%24.71%-
HSV(B)280.43º53.49%33.73%-
XYZ5.043.539.22-
YUV54.51145.77139.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=36.04%
G=20.30%
B=43.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7140860.170.5300.66280.4336.5124.71
Hex47285611350421182519
Octal10750126216501024304531
Binary10001111010001010110100011101010100001010001100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472856; }

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

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

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

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

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

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

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

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