#472957

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

Shades of Scarlet Gum #472957

Tints of Scarlet Gum #472957

Color information

#472957 (or 0x472957) is unknown color: approx Scarlet Gum. HEX triplet: 47, 29 and 57. RGB value is (71,41,87). Sum of RGB (Red+Green+Blue) = 71+41+87=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #472957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472957 is #B8D6A8. Grayscale: #373737. Windows color (decimal): -12113577 or 5712199. OLE color: 5712199.

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

Color convert

RGB714187-
CMYK0.180.5300.66
HSL279.13º35.94%25.1%-
HSV(B)279.13º52.87%34.12%-
XYZ5.113.619.44-
YUV55.21145.94139.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 87 (34.38% from 255) = 43.72%
R=35.68%
G=20.60%
B=43.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7141870.180.5300.66279.1335.9425.1
Hex47295712350421172419
Octal10751127226501024274431
Binary10001111010011010111100101101010100001010001011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472957; }

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

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

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

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

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

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

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

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