#471E52

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

Shades of Scarlet Gum #471E52

Tints of Scarlet Gum #471E52

Color information

#471E52 (or 0x471E52) is unknown color: approx Scarlet Gum. HEX triplet: 47, 1E and 52. RGB value is (71,30,82). Sum of RGB (Red+Green+Blue) = 71+30+82=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #471E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E52 is #B8E1AD. Grayscale: #303030. Windows color (decimal): -12116398 or 5381703. OLE color: 5381703.

HSL color Cylindrical-coordinate representation of color #471E52: hue angle of 287.31º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471E52 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB713082-
CMYK0.130.6300.68
HSL287.31º46.43%21.96%-
HSV(B)287.31º63.41%32.16%-
XYZ4.592.888.3-
YUV48.19147.08144.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=38.80%
G=16.39%
B=44.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7130820.130.6300.68287.3146.4321.96
Hex471E52D3F04411f2e16
Octal10736122157701044375626
Binary100011111110101001011011111110100010010001111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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