#472160

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

Shades of Scarlet Gum #472160

Tints of Scarlet Gum #472160

Color information

#472160 (or 0x472160) is unknown color: approx Scarlet Gum. HEX triplet: 47, 21 and 60. RGB value is (71,33,96). Sum of RGB (Red+Green+Blue) = 71+33+96=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #472160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472160 is #B8DE9F. Grayscale: #333333. Windows color (decimal): -12115616 or 6299975. OLE color: 6299975.

HSL color Cylindrical-coordinate representation of color #472160: hue angle of 276.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472160 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB713396-
CMYK0.260.6600.62
HSL276.19º48.84%25.29%-
HSV(B)276.19º65.62%37.65%-
XYZ5.253.2711.42-
YUV51.54153.09141.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.5%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 96 (37.89% from 255) = 48%
R=35.5%
G=16.5%
B=48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7133960.260.6600.62276.1948.8425.29
Hex4721601A4203E1143119
Octal10741140321020764246131
Binary10001111000011100000110101000010011111010001010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472160; }

 p { color: rgb(71,33,96); }

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

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

 a { background-color: rgb(71,33,96); }

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

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

 span { border-color: rgb(71,33,96); }

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