#471963

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

Shades of Scarlet Gum #471963

Tints of Scarlet Gum #471963

Color information

#471963 (or 0x471963) is unknown color: approx Scarlet Gum. HEX triplet: 47, 19 and 63. RGB value is (71,25,99). Sum of RGB (Red+Green+Blue) = 71+25+99=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #471963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471963 is #B8E69C. Grayscale: #2E2E2E. Windows color (decimal): -12117661 or 6494535. OLE color: 6494535.

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

Color convert

RGB712599-
CMYK0.280.7500.61
HSL277.3º59.68%24.31%-
HSV(B)277.3º74.75%38.82%-
XYZ5.22.9412.1-
YUV47.19157.24144.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 99 (39.06% from 255) = 50.77%
R=36.41%
G=12.82%
B=50.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7125990.280.7500.61277.359.6824.31
Hex4719631C4B03D1153c18
Octal10731143341130754257430
Binary1000111110011100011111001001011011110110001010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471963; }

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

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

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

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

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

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

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

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