#47285C

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

Shades of Scarlet Gum #47285C

Tints of Scarlet Gum #47285C

Color information

#47285C (or 0x47285C) is unknown color: approx Scarlet Gum. HEX triplet: 47, 28 and 5C. RGB value is (71,40,92). Sum of RGB (Red+Green+Blue) = 71+40+92=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #47285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47285C is #B8D7A3. Grayscale: #373737. Windows color (decimal): -12113828 or 6039623. OLE color: 6039623.

HSL color Cylindrical-coordinate representation of color #47285C: hue angle of 275.77º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47285C is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB714092-
CMYK0.230.5700.64
HSL275.77º39.39%25.88%-
HSV(B)275.77º56.52%36.08%-
XYZ5.293.6310.55-
YUV55.2148.77139.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=34.98%
G=19.70%
B=45.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7140920.230.5700.64275.7739.3925.88
Hex47285C1739040114271a
Octal10750134277101004244732
Binary10001111010001011100101111110010100000010001010010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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