#472959

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

Shades of Scarlet Gum #472959

Tints of Scarlet Gum #472959

Color information

#472959 (or 0x472959) is unknown color: approx Scarlet Gum. HEX triplet: 47, 29 and 59. RGB value is (71,41,89). Sum of RGB (Red+Green+Blue) = 71+41+89=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #472959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472959 is #B8D6A6. Grayscale: #373737. Windows color (decimal): -12113575 or 5843271. OLE color: 5843271.

HSL color Cylindrical-coordinate representation of color #472959: hue angle of 277.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #472959 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB714189-
CMYK0.200.5400.65
HSL277.5º36.92%25.49%-
HSV(B)277.5º53.93%34.9%-
XYZ5.193.659.88-
YUV55.44146.94139.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=35.32%
G=20.40%
B=44.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7141890.200.5400.65277.536.9225.49
Hex47295914360411162519
Octal10751131246601014264531
Binary10001111010011011001101001101100100000110001011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472959; }

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

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

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

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

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

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

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

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