#472C5F

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

Shades of Scarlet Gum #472C5F

Tints of Scarlet Gum #472C5F

Color information

#472C5F (or 0x472C5F) is unknown color: approx Scarlet Gum. HEX triplet: 47, 2C and 5F. RGB value is (71,44,95). Sum of RGB (Red+Green+Blue) = 71+44+95=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #472C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C5F is #B8D3A0. Grayscale: #393939. Windows color (decimal): -12112801 or 6237255. OLE color: 6237255.

HSL color Cylindrical-coordinate representation of color #472C5F: hue angle of 271.76º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #472C5F is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB714495-
CMYK0.250.5400.63
HSL271.76º36.69%27.25%-
HSV(B)271.76º53.68%37.25%-
XYZ5.563.9711.3-
YUV57.89148.95137.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=33.81%
G=20.95%
B=45.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7144950.250.5400.63271.7636.6927.25
Hex472C5F193603F110251b
Octal1075413731660774204533
Binary1000111101100101111111001110110011111110001000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472C5F; }

 p { color: rgb(71,44,95); }

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

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

 a { background-color: rgb(71,44,95); }

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

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

 span { border-color: rgb(71,44,95); }

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