#472755

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

Shades of Scarlet Gum #472755

Tints of Scarlet Gum #472755

Color information

#472755 (or 0x472755) is unknown color: approx Scarlet Gum. HEX triplet: 47, 27 and 55. RGB value is (71,39,85). Sum of RGB (Red+Green+Blue) = 71+39+85=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #472755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472755 is #B8D8AA. Grayscale: #353535. Windows color (decimal): -12114091 or 5580615. OLE color: 5580615.

HSL color Cylindrical-coordinate representation of color #472755: hue angle of 281.74º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #472755 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB713985-
CMYK0.160.5400.67
HSL281.74º37.1%24.31%-
HSV(B)281.74º54.12%33.33%-
XYZ4.963.459-
YUV53.81145.6140.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=36.41%
G=20%
B=43.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7139850.160.5400.67281.7437.124.31
Hex472755103604311a2518
Octal10747125206601034324530
Binary10001111001111010101100001101100100001110001101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472755; }

 p { color: rgb(71,39,85); }

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

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

 a { background-color: rgb(71,39,85); }

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

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

 span { border-color: rgb(71,39,85); }

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