#471056

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

Shades of Scarlet Gum #471056

Tints of Scarlet Gum #471056

Color information

#471056 (or 0x471056) is unknown color: approx Scarlet Gum. HEX triplet: 47, 10 and 56. RGB value is (71,16,86). Sum of RGB (Red+Green+Blue) = 71+16+86=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #471056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471056 is #B8EFA9. Grayscale: #282828. Windows color (decimal): -12119978 or 5640263. OLE color: 5640263.

HSL color Cylindrical-coordinate representation of color #471056: hue angle of 287.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471056 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB711686-
CMYK0.170.8100.66
HSL287.14º68.63%20%-
HSV(B)287.14º81.4%33.73%-
XYZ4.462.389.03-
YUV40.42153.72149.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=41.04%
G=9.25%
B=49.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7116860.170.8100.66287.1468.6320
Hex471056115104211f4514
Octal1072012621121010243710524
Binary100011110000101011010001101000101000010100011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471056; }

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

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

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

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

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

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

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

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