#471060

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

Shades of Scarlet Gum #471060

Tints of Scarlet Gum #471060

Color information

#471060 (or 0x471060) is unknown color: approx Scarlet Gum. HEX triplet: 47, 10 and 60. RGB value is (71,16,96). Sum of RGB (Red+Green+Blue) = 71+16+96=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #471060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471060 is #B8EF9F. Grayscale: #292929. Windows color (decimal): -12119968 or 6295623. OLE color: 6295623.

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

Color convert

RGB711696-
CMYK0.260.8300.62
HSL281.25º71.43%21.96%-
HSV(B)281.25º83.33%37.65%-
XYZ4.92.5511.3-
YUV41.56158.72149-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=38.80%
G=8.74%
B=52.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7116960.260.8300.62281.2571.4321.96
Hex4710601A5303E1194716
Octal107201403212307643110726
Binary10001111000011000001101010100110111110100011001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471060; }

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

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

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

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

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

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

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

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