#47195B

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

Shades of Scarlet Gum #47195B

Tints of Scarlet Gum #47195B

Color information

#47195B (or 0x47195B) is unknown color: approx Scarlet Gum. HEX triplet: 47, 19 and 5B. RGB value is (71,25,91). Sum of RGB (Red+Green+Blue) = 71+25+91=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #47195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47195B is #B8E6A4. Grayscale: #2E2E2E. Windows color (decimal): -12117669 or 5970247. OLE color: 5970247.

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

Color convert

RGB712591-
CMYK0.220.7300.64
HSL281.82º56.9%22.75%-
HSV(B)281.82º72.53%35.69%-
XYZ4.832.7910.18-
YUV46.28153.24145.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=37.97%
G=13.37%
B=48.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7125910.220.7300.64281.8256.922.75
Hex47195B164904011a3917
Octal107311332611101004327127
Binary10001111100110110111011010010010100000010001101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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