#472A51

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

Shades of Scarlet Gum #472A51

Tints of Scarlet Gum #472A51

Color information

#472A51 (or 0x472A51) is unknown color: approx Scarlet Gum. HEX triplet: 47, 2A and 51. RGB value is (71,42,81). Sum of RGB (Red+Green+Blue) = 71+42+81=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #472A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472A51 is #B8D5AE. Grayscale: #363636. Windows color (decimal): -12113327 or 5319239. OLE color: 5319239.

HSL color Cylindrical-coordinate representation of color #472A51: hue angle of 284.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #472A51 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB714281-
CMYK0.120.4800.68
HSL284.62º31.71%24.12%-
HSV(B)284.62º48.15%31.76%-
XYZ4.913.598.22-
YUV55.12142.61139.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=36.60%
G=21.65%
B=41.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7142810.120.4800.68284.6231.7124.12
Hex472A51C3004411d2018
Octal10752121146001044354030
Binary1000111101010101000111001100000100010010001110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,42,81); }

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

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

 a { background-color: rgb(71,42,81); }

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

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

 span { border-color: rgb(71,42,81); }

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