#47095B

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

Shades of Scarlet Gum #47095B

Tints of Scarlet Gum #47095B

Color information

#47095B (or 0x47095B) is unknown color: approx Scarlet Gum. HEX triplet: 47, 09 and 5B. RGB value is (71,9,91). Sum of RGB (Red+Green+Blue) = 71+9+91=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #47095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47095B is #B8F6A4. Grayscale: #242424. Windows color (decimal): -12121765 or 5966151. OLE color: 5966151.

HSL color Cylindrical-coordinate representation of color #47095B: hue angle of 285.37º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47095B is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB71991-
CMYK0.220.9000.64
HSL285.37º82%19.61%-
HSV(B)285.37º90.11%35.69%-
XYZ4.582.2910.1-
YUV36.89158.54152.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=41.52%
G=5.26%
B=53.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal719910.220.9000.64285.378219.61
Hex4795B165A04011d5214
Octal1071113326132010043512224
Binary10001111001101101110110101101001000000100011101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47095B; }

 p { color: rgb(71,9,91); }

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

<style>
 a { background-color: #47095B; }

 a { background-color: rgb(71,9,91); }

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

<style>
 span { border-color: #47095B; }

 span { border-color: rgb(71,9,91); }

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