#472353

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

Shades of Scarlet Gum #472353

Tints of Scarlet Gum #472353

Color information

#472353 (or 0x472353) is unknown color: approx Scarlet Gum. HEX triplet: 47, 23 and 53. RGB value is (71,35,83). Sum of RGB (Red+Green+Blue) = 71+35+83=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #472353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472353 is #B8DCAC. Grayscale: #333333. Windows color (decimal): -12115117 or 5448519. OLE color: 5448519.

HSL color Cylindrical-coordinate representation of color #472353: hue angle of 285º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #472353 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB713583-
CMYK0.140.5800.67
HSL285º40.68%23.14%-
HSV(B)285º57.83%32.55%-
XYZ4.763.178.54-
YUV51.24145.93142.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=37.57%
G=18.52%
B=43.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7135830.140.5800.6728540.6823.14
Hex472353E3A04311d2917
Octal10743123167201034355127
Binary1000111100011101001111101110100100001110001110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472353; }

 p { color: rgb(71,35,83); }

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

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

 a { background-color: rgb(71,35,83); }

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

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

 span { border-color: rgb(71,35,83); }

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