#471E59

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

Shades of Scarlet Gum #471E59

Tints of Scarlet Gum #471E59

Color information

#471E59 (or 0x471E59) is unknown color: approx Scarlet Gum. HEX triplet: 47, 1E and 59. RGB value is (71,30,89). Sum of RGB (Red+Green+Blue) = 71+30+89=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #471E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E59 is #B8E1A6. Grayscale: #303030. Windows color (decimal): -12116391 or 5840455. OLE color: 5840455.

HSL color Cylindrical-coordinate representation of color #471E59: hue angle of 281.69º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #471E59 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB713089-
CMYK0.200.6600.65
HSL281.69º49.58%23.33%-
HSV(B)281.69º66.29%34.9%-
XYZ4.872.999.77-
YUV48.98150.58143.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=37.37%
G=15.79%
B=46.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7130890.200.6600.65281.6949.5823.33
Hex471E59144204111a3217
Octal107361312410201014326227
Binary10001111111010110011010010000100100000110001101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471E59; }

 p { color: rgb(71,30,89); }

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

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

 a { background-color: rgb(71,30,89); }

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

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

 span { border-color: rgb(71,30,89); }

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