#471860

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

Shades of Scarlet Gum #471860

Tints of Scarlet Gum #471860

Color information

#471860 (or 0x471860) is unknown color: approx Scarlet Gum. HEX triplet: 47, 18 and 60. RGB value is (71,24,96). Sum of RGB (Red+Green+Blue) = 71+24+96=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #471860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471860 is #B8E79F. Grayscale: #2E2E2E. Windows color (decimal): -12117920 or 6297671. OLE color: 6297671.

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

Color convert

RGB712496-
CMYK0.260.7500.62
HSL279.17º60%23.53%-
HSV(B)279.17º75%37.65%-
XYZ5.042.8411.35-
YUV46.26156.07145.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 96 (37.89% from 255) = 50.26%
R=37.17%
G=12.57%
B=50.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7124960.260.7500.62279.176023.53
Hex4718601A4B03E1173c18
Octal10730140321130764277430
Binary1000111110001100000110101001011011111010001011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471860; }

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

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

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

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

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

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

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

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