#47205D

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

Shades of Scarlet Gum #47205D

Tints of Scarlet Gum #47205D

Color information

#47205D (or 0x47205D) is unknown color: approx Scarlet Gum. HEX triplet: 47, 20 and 5D. RGB value is (71,32,93). Sum of RGB (Red+Green+Blue) = 71+32+93=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #47205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47205D is #B8DFA2. Grayscale: #323232. Windows color (decimal): -12115875 or 6103111. OLE color: 6103111.

HSL color Cylindrical-coordinate representation of color #47205D: hue angle of 278.36º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47205D is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB713293-
CMYK0.240.6600.64
HSL278.36º48.8%24.51%-
HSV(B)278.36º65.59%36.47%-
XYZ5.093.1610.7-
YUV50.61151.92142.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=36.22%
G=16.33%
B=47.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7132930.240.6600.64278.3648.824.51
Hex47205D18420401163119
Octal107401353010201004266131
Binary100011110000010111011100010000100100000010001011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,32,93); }

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

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

 a { background-color: rgb(71,32,93); }

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

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

 span { border-color: rgb(71,32,93); }

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