#472356

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

Shades of Scarlet Gum #472356

Tints of Scarlet Gum #472356

Color information

#472356 (or 0x472356) is unknown color: approx Scarlet Gum. HEX triplet: 47, 23 and 56. RGB value is (71,35,86). Sum of RGB (Red+Green+Blue) = 71+35+86=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #472356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472356 is #B8DCA9. Grayscale: #333333. Windows color (decimal): -12115114 or 5645127. OLE color: 5645127.

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

Color convert

RGB713586-
CMYK0.170.5900.66
HSL282.35º42.15%23.73%-
HSV(B)282.35º59.3%33.73%-
XYZ4.883.219.17-
YUV51.58147.43141.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 86 (33.98% from 255) = 44.79%
R=36.98%
G=18.23%
B=44.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7135860.170.5900.66282.3542.1523.73
Hex472356113B04211a2a18
Octal10743126217301024325230
Binary10001111000111010110100011110110100001010001101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472356; }

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

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

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

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

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

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

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

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