#472656

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

Shades of Scarlet Gum #472656

Tints of Scarlet Gum #472656

Color information

#472656 (or 0x472656) is unknown color: approx Scarlet Gum. HEX triplet: 47, 26 and 56. RGB value is (71,38,86). Sum of RGB (Red+Green+Blue) = 71+38+86=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #472656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472656 is #B8D9A9. Grayscale: #353535. Windows color (decimal): -12114346 or 5645895. OLE color: 5645895.

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

Color convert

RGB713886-
CMYK0.170.5600.66
HSL281.25º38.71%24.31%-
HSV(B)281.25º55.81%33.73%-
XYZ4.973.49.2-
YUV53.34146.43140.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=36.41%
G=19.49%
B=44.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7138860.170.5600.66281.2538.7124.31
Hex47265611380421192718
Octal10746126217001024314730
Binary10001111001101010110100011110000100001010001100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472656; }

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

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

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

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

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

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

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

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