#47394D

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

Shades of Scarlet Gum #47394D

Tints of Scarlet Gum #47394D

Color information

#47394D (or 0x47394D) is unknown color: approx Scarlet Gum. HEX triplet: 47, 39 and 4D. RGB value is (71,57,77). Sum of RGB (Red+Green+Blue) = 71+57+77=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #47394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47394D is #B8C6B2. Grayscale: #3F3F3F. Windows color (decimal): -12109491 or 5060935. OLE color: 5060935.

HSL color Cylindrical-coordinate representation of color #47394D: hue angle of 282º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47394D is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB715777-
CMYK0.080.2600.70
HSL282º14.93%26.27%-
HSV(B)282º25.97%30.2%-
XYZ5.44.87.66-
YUV63.47135.64133.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=34.63%
G=27.80%
B=37.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7157770.080.2600.7028214.9326.27
Hex47394D81A04611af1a
Octal10771115103201064321732
Binary1000111111001100110110001101001000110100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47394D; }

 p { color: rgb(71,57,77); }

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

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

 a { background-color: rgb(71,57,77); }

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

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

 span { border-color: rgb(71,57,77); }

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