#47325A

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

Shades of Scarlet Gum #47325A

Tints of Scarlet Gum #47325A

Color information

#47325A (or 0x47325A) is unknown color: approx Scarlet Gum. HEX triplet: 47, 32 and 5A. RGB value is (71,50,90). Sum of RGB (Red+Green+Blue) = 71+50+90=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #47325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47325A is #B8CDA5. Grayscale: #3C3C3C. Windows color (decimal): -12111270 or 5911111. OLE color: 5911111.

HSL color Cylindrical-coordinate representation of color #47325A: hue angle of 271.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47325A is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB715090-
CMYK0.210.4400.65
HSL271.5º28.57%27.45%-
HSV(B)271.5º44.44%35.29%-
XYZ5.584.3610.22-
YUV60.84144.46135.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=33.65%
G=23.70%
B=42.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7150900.210.4400.65271.528.5727.45
Hex47325A152C0411101d1b
Octal10762132255401014203533
Binary1000111110010101101010101101100010000011000100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47325A; }

 p { color: rgb(71,50,90); }

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

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

 a { background-color: rgb(71,50,90); }

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

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

 span { border-color: rgb(71,50,90); }

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