#471C56

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

Shades of Scarlet Gum #471C56

Tints of Scarlet Gum #471C56

Color information

#471C56 (or 0x471C56) is unknown color: approx Scarlet Gum. HEX triplet: 47, 1C and 56. RGB value is (71,28,86). Sum of RGB (Red+Green+Blue) = 71+28+86=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #471C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C56 is #B8E3A9. Grayscale: #2F2F2F. Windows color (decimal): -12116906 or 5643335. OLE color: 5643335.

HSL color Cylindrical-coordinate representation of color #471C56: hue angle of 284.48º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #471C56 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB712886-
CMYK0.170.6700.66
HSL284.48º50.88%22.35%-
HSV(B)284.48º67.44%33.73%-
XYZ4.692.849.11-
YUV47.47149.75144.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=38.38%
G=15.14%
B=46.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7128860.170.6700.66284.4850.8822.35
Hex471C56114304211c3316
Octal107341262110301024346326
Binary10001111110010101101000110000110100001010001110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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