#47315D

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

Shades of Scarlet Gum #47315D

Tints of Scarlet Gum #47315D

Color information

#47315D (or 0x47315D) is unknown color: approx Scarlet Gum. HEX triplet: 47, 31 and 5D. RGB value is (71,49,93). Sum of RGB (Red+Green+Blue) = 71+49+93=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #47315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47315D is #B8CEA2. Grayscale: #3C3C3C. Windows color (decimal): -12111523 or 6107463. OLE color: 6107463.

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

Color convert

RGB714993-
CMYK0.240.4700.64
HSL270º30.99%27.84%-
HSV(B)270º47.31%36.47%-
XYZ5.674.3310.89-
YUV60.59146.29135.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=33.33%
G=23.00%
B=43.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7149930.240.4700.6427030.9927.84
Hex47315D182F04010e1f1c
Octal10761135305701004163734
Binary1000111110001101110111000101111010000001000011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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