#47364D

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

Shades of Scarlet Gum #47364D

Tints of Scarlet Gum #47364D

Color information

#47364D (or 0x47364D) is unknown color: approx Scarlet Gum. HEX triplet: 47, 36 and 4D. RGB value is (71,54,77). Sum of RGB (Red+Green+Blue) = 71+54+77=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #47364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47364D is #B8C9B2. Grayscale: #3D3D3D. Windows color (decimal): -12110259 or 5060167. OLE color: 5060167.

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

Color convert

RGB715477-
CMYK0.080.3000.70
HSL284.35º17.56%25.69%-
HSV(B)284.35º29.87%30.2%-
XYZ5.264.517.62-
YUV61.7136.63134.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 54 (21.48% from 255) = 26.73%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=35.15%
G=26.73%
B=38.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7154770.080.3000.70284.3517.5625.69
Hex47364D81E04611c121a
Octal10766115103601064342232
Binary10001111101101001101100011110010001101000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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