#47324F

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

Shades of Scarlet Gum #47324F

Tints of Scarlet Gum #47324F

Color information

#47324F (or 0x47324F) is unknown color: approx Scarlet Gum. HEX triplet: 47, 32 and 4F. RGB value is (71,50,79). Sum of RGB (Red+Green+Blue) = 71+50+79=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #47324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47324F is #B8CDB0. Grayscale: #3B3B3B. Windows color (decimal): -12111281 or 5190215. OLE color: 5190215.

HSL color Cylindrical-coordinate representation of color #47324F: hue angle of 283.45º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47324F is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB715079-
CMYK0.100.3700.69
HSL283.45º22.48%25.29%-
HSV(B)283.45º36.71%30.98%-
XYZ5.154.197.93-
YUV59.58138.96136.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=35.5%
G=25%
B=39.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7150790.100.3700.69283.4522.4825.29
Hex47324FA2504511b1619
Octal10762117124501054332631
Binary100011111001010011111010100101010001011000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47324F; }

 p { color: rgb(71,50,79); }

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

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

 a { background-color: rgb(71,50,79); }

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

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

 span { border-color: rgb(71,50,79); }

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