#471557

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

Shades of Scarlet Gum #471557

Tints of Scarlet Gum #471557

Color information

#471557 (or 0x471557) is unknown color: approx Scarlet Gum. HEX triplet: 47, 15 and 57. RGB value is (71,21,87). Sum of RGB (Red+Green+Blue) = 71+21+87=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #471557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471557 is #B8EAA8. Grayscale: #2B2B2B. Windows color (decimal): -12118697 or 5707079. OLE color: 5707079.

HSL color Cylindrical-coordinate representation of color #471557: hue angle of 285.45º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471557 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB712187-
CMYK0.180.7600.66
HSL285.45º61.11%21.18%-
HSV(B)285.45º75.86%34.12%-
XYZ4.592.569.27-
YUV43.47152.56147.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=39.66%
G=11.73%
B=48.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7121870.180.7600.66285.4561.1121.18
Hex471557124C04211d3d15
Octal107251272211401024357525
Binary10001111010110101111001010011000100001010001110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471557; }

 p { color: rgb(71,21,87); }

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

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

 a { background-color: rgb(71,21,87); }

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

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

 span { border-color: rgb(71,21,87); }

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