#472953

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

Shades of Scarlet Gum #472953

Tints of Scarlet Gum #472953

Color information

#472953 (or 0x472953) is unknown color: approx Scarlet Gum. HEX triplet: 47, 29 and 53. RGB value is (71,41,83). Sum of RGB (Red+Green+Blue) = 71+41+83=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #472953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472953 is #B8D6AC. Grayscale: #363636. Windows color (decimal): -12113581 or 5450055. OLE color: 5450055.

HSL color Cylindrical-coordinate representation of color #472953: hue angle of 282.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472953 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB714183-
CMYK0.140.5100.67
HSL282.86º33.87%24.31%-
HSV(B)282.86º50.6%32.55%-
XYZ4.953.558.61-
YUV54.76143.94139.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=36.41%
G=21.03%
B=42.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7141830.140.5100.67282.8633.8724.31
Hex472953E3304311b2218
Octal10751123166301034334230
Binary1000111101001101001111101100110100001110001101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472953; }

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

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

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

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

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

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

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

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