#47324E

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

Shades of Scarlet Gum #47324E

Tints of Scarlet Gum #47324E

Color information

#47324E (or 0x47324E) is unknown color: approx Scarlet Gum. HEX triplet: 47, 32 and 4E. RGB value is (71,50,78). Sum of RGB (Red+Green+Blue) = 71+50+78=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 78 - color contains mainly: blue. Hex color #47324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47324E is #B8CDB1. Grayscale: #3B3B3B. Windows color (decimal): -12111282 or 5124679. OLE color: 5124679.

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

Color convert

RGB715078-
CMYK0.090.3600.69
HSL285º21.87%25.1%-
HSV(B)285º35.9%30.59%-
XYZ5.114.177.74-
YUV59.47138.46136.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=35.68%
G=25.13%
B=39.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7150780.090.3600.6928521.8725.1
Hex47324E92404511d1619
Octal10762116114401054352631
Binary100011111001010011101001100100010001011000111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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