#47384D

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

Shades of Scarlet Gum #47384D

Tints of Scarlet Gum #47384D

Color information

#47384D (or 0x47384D) is unknown color: approx Scarlet Gum. HEX triplet: 47, 38 and 4D. RGB value is (71,56,77). Sum of RGB (Red+Green+Blue) = 71+56+77=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #47384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47384D is #B8C7B2. Grayscale: #3E3E3E. Windows color (decimal): -12109747 or 5060679. OLE color: 5060679.

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

Color convert

RGB715677-
CMYK0.080.2700.70
HSL282.86º15.79%26.08%-
HSV(B)282.86º27.27%30.2%-
XYZ5.354.77.65-
YUV62.88135.97133.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=34.80%
G=27.45%
B=37.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7156770.080.2700.70282.8615.7926.08
Hex47384D81B04611b101a
Octal10770115103301064332032
Binary10001111110001001101100011011010001101000110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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