#471E54

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

Shades of Scarlet Gum #471E54

Tints of Scarlet Gum #471E54

Color information

#471E54 (or 0x471E54) is unknown color: approx Scarlet Gum. HEX triplet: 47, 1E and 54. RGB value is (71,30,84). Sum of RGB (Red+Green+Blue) = 71+30+84=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #471E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E54 is #B8E1AB. Grayscale: #303030. Windows color (decimal): -12116396 or 5512775. OLE color: 5512775.

HSL color Cylindrical-coordinate representation of color #471E54: hue angle of 285.56º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #471E54 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB713084-
CMYK0.150.6400.67
HSL285.56º47.37%22.35%-
HSV(B)285.56º64.29%32.94%-
XYZ4.662.918.7-
YUV48.42148.08144.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=38.38%
G=16.22%
B=45.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7130840.150.6400.67285.5647.3722.35
Hex471E54F4004311e2f16
Octal107361241710001034365726
Binary1000111111101010100111110000000100001110001111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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