#47125F

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

Shades of Scarlet Gum #47125F

Tints of Scarlet Gum #47125F

Color information

#47125F (or 0x47125F) is unknown color: approx Scarlet Gum. HEX triplet: 47, 12 and 5F. RGB value is (71,18,95). Sum of RGB (Red+Green+Blue) = 71+18+95=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #47125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47125F is #B8EDA0. Grayscale: #2A2A2A. Windows color (decimal): -12119457 or 6230599. OLE color: 6230599.

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

Color convert

RGB711895-
CMYK0.250.8100.63
HSL281.3º68.14%22.16%-
HSV(B)281.3º81.05%37.25%-
XYZ4.882.611.07-
YUV42.62157.56148.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 95 (37.5% from 255) = 51.63%
R=38.59%
G=9.78%
B=51.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7118950.250.8100.63281.368.1422.16
Hex47125F195103F1194416
Octal107221373112107743110426
Binary10001111001010111111100110100010111111100011001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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