#472950

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

Shades of Scarlet Gum #472950

Tints of Scarlet Gum #472950

Color information

#472950 (or 0x472950) is unknown color: approx Scarlet Gum. HEX triplet: 47, 29 and 50. RGB value is (71,41,80). Sum of RGB (Red+Green+Blue) = 71+41+80=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #472950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472950 is #B8D6AF. Grayscale: #363636. Windows color (decimal): -12113584 or 5253447. OLE color: 5253447.

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

Color convert

RGB714180-
CMYK0.110.4900.69
HSL286.15º32.23%23.73%-
HSV(B)286.15º48.75%31.37%-
XYZ4.843.58.01-
YUV54.42142.44139.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=36.98%
G=21.35%
B=41.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7141800.110.4900.69286.1532.2323.73
Hex472950B3104511e2018
Octal10751120136101054364030
Binary1000111101001101000010111100010100010110001111010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472950; }

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

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

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

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

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

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

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

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