#472C5E

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

Shades of Scarlet Gum #472C5E

Tints of Scarlet Gum #472C5E

Color information

#472C5E (or 0x472C5E) is unknown color: approx Scarlet Gum. HEX triplet: 47, 2C and 5E. RGB value is (71,44,94). Sum of RGB (Red+Green+Blue) = 71+44+94=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #472C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C5E is #B8D3A1. Grayscale: #393939. Windows color (decimal): -12112802 or 6171719. OLE color: 6171719.

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

Color convert

RGB714494-
CMYK0.240.5300.63
HSL272.4º36.23%27.06%-
HSV(B)272.4º53.19%36.86%-
XYZ5.523.9511.06-
YUV57.77148.45137.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 44 (17.58% from 255) = 21.05%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=33.97%
G=21.05%
B=44.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7144940.240.5300.63272.436.2327.06
Hex472C5E183503F110241b
Octal1075413630650774204433
Binary1000111101100101111011000110101011111110001000010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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