#47354D

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

Shades of Scarlet Gum #47354D

Tints of Scarlet Gum #47354D

Color information

#47354D (or 0x47354D) is unknown color: approx Scarlet Gum. HEX triplet: 47, 35 and 4D. RGB value is (71,53,77). Sum of RGB (Red+Green+Blue) = 71+53+77=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #47354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47354D is #B8CAB2. Grayscale: #3D3D3D. Windows color (decimal): -12110515 or 5059911. OLE color: 5059911.

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

Color convert

RGB715377-
CMYK0.080.3100.70
HSL285º18.46%25.49%-
HSV(B)285º31.17%30.2%-
XYZ5.214.427.6-
YUV61.12136.96135.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=35.32%
G=26.37%
B=38.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7153770.080.3100.7028518.4625.49
Hex47354D81F04611d1219
Octal10765115103701064352231
Binary10001111101011001101100011111010001101000111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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