#47125D

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

Shades of Scarlet Gum #47125D

Tints of Scarlet Gum #47125D

Color information

#47125D (or 0x47125D) is unknown color: approx Scarlet Gum. HEX triplet: 47, 12 and 5D. RGB value is (71,18,93). Sum of RGB (Red+Green+Blue) = 71+18+93=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #47125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47125D is #B8EDA2. Grayscale: #2A2A2A. Windows color (decimal): -12119459 or 6099527. OLE color: 6099527.

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

Color convert

RGB711893-
CMYK0.240.8100.64
HSL282.4º67.57%21.76%-
HSV(B)282.4º80.65%36.47%-
XYZ4.792.5610.6-
YUV42.4156.56148.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 93 (36.72% from 255) = 51.10%
R=39.01%
G=9.89%
B=51.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7118930.240.8100.64282.467.5721.76
Hex47125D185104011a4416
Octal1072213530121010043210426
Binary100011110010101110111000101000101000000100011010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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