#471660

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

Shades of Scarlet Gum #471660

Tints of Scarlet Gum #471660

Color information

#471660 (or 0x471660) is unknown color: approx Scarlet Gum. HEX triplet: 47, 16 and 60. RGB value is (71,22,96). Sum of RGB (Red+Green+Blue) = 71+22+96=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #471660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471660 is #B8E99F. Grayscale: #2C2C2C. Windows color (decimal): -12118432 or 6297159. OLE color: 6297159.

HSL color Cylindrical-coordinate representation of color #471660: hue angle of 279.73º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471660 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB712296-
CMYK0.260.7700.62
HSL279.73º62.71%23.14%-
HSV(B)279.73º77.08%37.65%-
XYZ52.7611.34-
YUV45.09156.73146.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=37.57%
G=11.64%
B=50.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7122960.260.7700.62279.7362.7123.14
Hex4716601A4D03E1183f17
Octal10726140321150764307727
Binary1000111101101100000110101001101011111010001100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471660; }

 p { color: rgb(71,22,96); }

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

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

 a { background-color: rgb(71,22,96); }

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

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

 span { border-color: rgb(71,22,96); }

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