#472C61

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

Shades of Scarlet Gum #472C61

Tints of Scarlet Gum #472C61

Color information

#472C61 (or 0x472C61) is unknown color: approx Scarlet Gum. HEX triplet: 47, 2C and 61. RGB value is (71,44,97). Sum of RGB (Red+Green+Blue) = 71+44+97=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #472C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C61 is #B8D39E. Grayscale: #393939. Windows color (decimal): -12112799 or 6368327. OLE color: 6368327.

HSL color Cylindrical-coordinate representation of color #472C61: hue angle of 270.57º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472C61 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB714497-
CMYK0.270.5500.62
HSL270.57º37.59%27.65%-
HSV(B)270.57º54.64%38.04%-
XYZ5.66411.78-
YUV58.12149.95137.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=33.49%
G=20.75%
B=45.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7144970.270.5500.62270.5737.5927.65
Hex472C611B3703E10f261c
Octal1075414133670764174634
Binary1000111101100110000111011110111011111010000111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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