#472D59

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

Shades of Scarlet Gum #472D59

Tints of Scarlet Gum #472D59

Color information

#472D59 (or 0x472D59) is unknown color: approx Scarlet Gum. HEX triplet: 47, 2D and 59. RGB value is (71,45,89). Sum of RGB (Red+Green+Blue) = 71+45+89=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #472D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D59 is #B8D2A6. Grayscale: #393939. Windows color (decimal): -12112551 or 5844295. OLE color: 5844295.

HSL color Cylindrical-coordinate representation of color #472D59: hue angle of 275.45º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472D59 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB714589-
CMYK0.200.4900.65
HSL275.45º32.84%26.27%-
HSV(B)275.45º49.44%34.9%-
XYZ5.343.949.93-
YUV57.79145.61137.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=34.63%
G=21.95%
B=43.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7145890.200.4900.65275.4532.8426.27
Hex472D591431041113211a
Octal10755131246101014234132
Binary10001111011011011001101001100010100000110001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472D59; }

 p { color: rgb(71,45,89); }

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

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

 a { background-color: rgb(71,45,89); }

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

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

 span { border-color: rgb(71,45,89); }

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