#472557

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

Shades of Scarlet Gum #472557

Tints of Scarlet Gum #472557

Color information

#472557 (or 0x472557) is unknown color: approx Scarlet Gum. HEX triplet: 47, 25 and 57. RGB value is (71,37,87). Sum of RGB (Red+Green+Blue) = 71+37+87=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #472557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472557 is #B8DAA8. Grayscale: #343434. Windows color (decimal): -12114601 or 5711175. OLE color: 5711175.

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

Color convert

RGB713787-
CMYK0.180.5700.66
HSL280.8º40.32%24.31%-
HSV(B)280.8º57.47%34.12%-
XYZ4.983.359.4-
YUV52.87147.26140.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=36.41%
G=18.97%
B=44.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7137870.180.5700.66280.840.3224.31
Hex47255712390421192818
Octal10745127227101024315030
Binary10001111001011010111100101110010100001010001100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472557; }

 p { color: rgb(71,37,87); }

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

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

 a { background-color: rgb(71,37,87); }

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

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

 span { border-color: rgb(71,37,87); }

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