#472850

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

Shades of Scarlet Gum #472850

Tints of Scarlet Gum #472850

Color information

#472850 (or 0x472850) is unknown color: approx Scarlet Gum. HEX triplet: 47, 28 and 50. RGB value is (71,40,80). Sum of RGB (Red+Green+Blue) = 71+40+80=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #472850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472850 is #B8D7AF. Grayscale: #353535. Windows color (decimal): -12113840 or 5253191. OLE color: 5253191.

HSL color Cylindrical-coordinate representation of color #472850: hue angle of 286.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #472850 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB714080-
CMYK0.110.500.69
HSL286.5º33.33%23.53%-
HSV(B)286.5º50%31.37%-
XYZ4.813.448-
YUV53.83142.77140.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=37.17%
G=20.94%
B=41.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7140800.110.500.69286.533.3323.53
Hex472850B3204511e2118
Octal10750120136201054364130
Binary1000111101000101000010111100100100010110001111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472850; }

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

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

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

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

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

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

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

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