#471756

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

Shades of Scarlet Gum #471756

Tints of Scarlet Gum #471756

Color information

#471756 (or 0x471756) is unknown color: approx Scarlet Gum. HEX triplet: 47, 17 and 56. RGB value is (71,23,86). Sum of RGB (Red+Green+Blue) = 71+23+86=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #471756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471756 is #B8E8A9. Grayscale: #2C2C2C. Windows color (decimal): -12118186 or 5642055. OLE color: 5642055.

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

Color convert

RGB712386-
CMYK0.170.7300.66
HSL285.71º57.8%21.37%-
HSV(B)285.71º73.26%33.73%-
XYZ4.582.629.07-
YUV44.53151.4146.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 23 (9.38% from 255) = 12.78%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=39.44%
G=12.78%
B=47.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7123860.170.7300.66285.7157.821.37
Hex471756114904211e3a15
Octal107271262111101024367225
Binary10001111011110101101000110010010100001010001111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471756; }

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

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

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

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

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

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

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

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