#472A52

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

Shades of Scarlet Gum #472A52

Tints of Scarlet Gum #472A52

Color information

#472A52 (or 0x472A52) is unknown color: approx Scarlet Gum. HEX triplet: 47, 2A and 52. RGB value is (71,42,82). Sum of RGB (Red+Green+Blue) = 71+42+82=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #472A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472A52 is #B8D5AD. Grayscale: #373737. Windows color (decimal): -12113326 or 5384775. OLE color: 5384775.

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

Color convert

RGB714282-
CMYK0.130.4900.68
HSL283.5º32.26%24.31%-
HSV(B)283.5º48.78%32.16%-
XYZ4.953.68.42-
YUV55.23143.11139.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=36.41%
G=21.54%
B=42.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7142820.130.4900.68283.532.2624.31
Hex472A52D3104411c2018
Octal10752122156101044344030
Binary1000111101010101001011011100010100010010001110010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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