#472655

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

Shades of Scarlet Gum #472655

Tints of Scarlet Gum #472655

Color information

#472655 (or 0x472655) is unknown color: approx Scarlet Gum. HEX triplet: 47, 26 and 55. RGB value is (71,38,85). Sum of RGB (Red+Green+Blue) = 71+38+85=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #472655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472655 is #B8D9AA. Grayscale: #353535. Windows color (decimal): -12114347 or 5580359. OLE color: 5580359.

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

Color convert

RGB713885-
CMYK0.160.5500.67
HSL282.13º38.21%24.12%-
HSV(B)282.13º55.29%33.33%-
XYZ4.933.388.99-
YUV53.22145.93140.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=36.60%
G=19.59%
B=43.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7138850.160.5500.67282.1338.2124.12
Hex472655103704311a2618
Octal10746125206701034324630
Binary10001111001101010101100001101110100001110001101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472655; }

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

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

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

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

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

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

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

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