#472E52

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

Shades of Scarlet Gum #472E52

Tints of Scarlet Gum #472E52

Color information

#472E52 (or 0x472E52) is unknown color: approx Scarlet Gum. HEX triplet: 47, 2E and 52. RGB value is (71,46,82). Sum of RGB (Red+Green+Blue) = 71+46+82=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #472E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E52 is #B8D1AD. Grayscale: #393939. Windows color (decimal): -12112302 or 5385799. OLE color: 5385799.

HSL color Cylindrical-coordinate representation of color #472E52: hue angle of 281.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #472E52 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB714682-
CMYK0.130.4400.68
HSL281.67º28.12%25.1%-
HSV(B)281.67º43.9%32.16%-
XYZ5.13.98.47-
YUV57.58141.78137.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=35.68%
G=23.12%
B=41.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7146820.130.4400.68281.6728.1225.1
Hex472E52D2C04411a1c19
Octal10756122155401044323431
Binary100011110111010100101101101100010001001000110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,46,82); }

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

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

 a { background-color: rgb(71,46,82); }

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

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

 span { border-color: rgb(71,46,82); }

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