#47145B

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

Shades of Scarlet Gum #47145B

Tints of Scarlet Gum #47145B

Color information

#47145B (or 0x47145B) is unknown color: approx Scarlet Gum. HEX triplet: 47, 14 and 5B. RGB value is (71,20,91). Sum of RGB (Red+Green+Blue) = 71+20+91=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #47145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47145B is #B8EBA4. Grayscale: #2B2B2B. Windows color (decimal): -12118949 or 5968967. OLE color: 5968967.

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

Color convert

RGB712091-
CMYK0.220.7800.64
HSL283.1º63.96%21.76%-
HSV(B)283.1º78.02%35.69%-
XYZ4.742.610.15-
YUV43.34154.9147.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 91 (35.94% from 255) = 50%
R=39.01%
G=10.99%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7120910.220.7800.64283.163.9621.76
Hex47145B164E04011b4016
Octal1072413326116010043310026
Binary100011110100101101110110100111001000000100011011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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