#47285E

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

Shades of Scarlet Gum #47285E

Tints of Scarlet Gum #47285E

Color information

#47285E (or 0x47285E) is unknown color: approx Scarlet Gum. HEX triplet: 47, 28 and 5E. RGB value is (71,40,94). Sum of RGB (Red+Green+Blue) = 71+40+94=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #47285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47285E is #B8D7A1. Grayscale: #373737. Windows color (decimal): -12113826 or 6170695. OLE color: 6170695.

HSL color Cylindrical-coordinate representation of color #47285E: hue angle of 274.44º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47285E is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB714094-
CMYK0.240.5700.63
HSL274.44º40.3%26.27%-
HSV(B)274.44º57.45%36.86%-
XYZ5.383.6711.01-
YUV55.42149.77139.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=34.63%
G=19.51%
B=45.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7140940.240.5700.63274.4440.326.27
Hex47285E183903F112281a
Octal1075013630710774225032
Binary1000111101000101111011000111001011111110001001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47285E; }

 p { color: rgb(71,40,94); }

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

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

 a { background-color: rgb(71,40,94); }

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

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

 span { border-color: rgb(71,40,94); }

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