#47155E

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

Shades of Scarlet Gum #47155E

Tints of Scarlet Gum #47155E

Color information

#47155E (or 0x47155E) is unknown color: approx Scarlet Gum. HEX triplet: 47, 15 and 5E. RGB value is (71,21,94). Sum of RGB (Red+Green+Blue) = 71+21+94=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #47155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47155E is #B8EAA1. Grayscale: #2C2C2C. Windows color (decimal): -12118690 or 6165831. OLE color: 6165831.

HSL color Cylindrical-coordinate representation of color #47155E: hue angle of 281.1º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47155E is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB712194-
CMYK0.240.7800.63
HSL281.1º63.48%22.55%-
HSV(B)281.1º77.66%36.86%-
XYZ4.892.6810.85-
YUV44.27156.06147.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=38.17%
G=11.29%
B=50.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7121940.240.7800.63281.163.4822.55
Hex47155E184E03F1193f17
Octal10725136301160774317727
Binary1000111101011011110110001001110011111110001100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47155E; }

 p { color: rgb(71,21,94); }

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

<style>
 a { background-color: #47155E; }

 a { background-color: rgb(71,21,94); }

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

<style>
 span { border-color: #47155E; }

 span { border-color: rgb(71,21,94); }

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