#47185F

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

Shades of Scarlet Gum #47185F

Tints of Scarlet Gum #47185F

Color information

#47185F (or 0x47185F) is unknown color: approx Scarlet Gum. HEX triplet: 47, 18 and 5F. RGB value is (71,24,95). Sum of RGB (Red+Green+Blue) = 71+24+95=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #47185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47185F is #B8E7A0. Grayscale: #2D2D2D. Windows color (decimal): -12117921 or 6232135. OLE color: 6232135.

HSL color Cylindrical-coordinate representation of color #47185F: hue angle of 279.72º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47185F is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB712495-
CMYK0.250.7500.63
HSL279.72º59.66%23.33%-
HSV(B)279.72º74.74%37.25%-
XYZ4.992.8211.11-
YUV46.15155.57145.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 95 (37.5% from 255) = 50%
R=37.37%
G=12.63%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7124950.250.7500.63279.7259.6623.33
Hex47185F194B03F1183c17
Octal10730137311130774307427
Binary1000111110001011111110011001011011111110001100011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47185F; }

 p { color: rgb(71,24,95); }

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

<style>
 a { background-color: #47185F; }

 a { background-color: rgb(71,24,95); }

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

<style>
 span { border-color: #47185F; }

 span { border-color: rgb(71,24,95); }

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