#472163

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

Shades of Scarlet Gum #472163

Tints of Scarlet Gum #472163

Color information

#472163 (or 0x472163) is unknown color: approx Scarlet Gum. HEX triplet: 47, 21 and 63. RGB value is (71,33,99). Sum of RGB (Red+Green+Blue) = 71+33+99=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #472163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472163 is #B8DE9C. Grayscale: #333333. Windows color (decimal): -12115613 or 6496583. OLE color: 6496583.

HSL color Cylindrical-coordinate representation of color #472163: hue angle of 274.55º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #472163 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB713399-
CMYK0.280.6700.61
HSL274.55º50%25.88%-
HSV(B)274.55º66.67%38.82%-
XYZ5.393.3312.16-
YUV51.89154.59141.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=34.98%
G=16.26%
B=48.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7133990.280.6700.61274.555025.88
Hex4721631C4303D113321a
Octal10741143341030754236232
Binary10001111000011100011111001000011011110110001001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472163; }

 p { color: rgb(71,33,99); }

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

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

 a { background-color: rgb(71,33,99); }

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

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

 span { border-color: rgb(71,33,99); }

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