#472861

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

Shades of Scarlet Gum #472861

Tints of Scarlet Gum #472861

Color information

#472861 (or 0x472861) is unknown color: approx Scarlet Gum. HEX triplet: 47, 28 and 61. RGB value is (71,40,97). Sum of RGB (Red+Green+Blue) = 71+40+97=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #472861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472861 is #B8D79E. Grayscale: #373737. Windows color (decimal): -12113823 or 6367303. OLE color: 6367303.

HSL color Cylindrical-coordinate representation of color #472861: hue angle of 272.63º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #472861 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB714097-
CMYK0.270.5900.62
HSL272.63º41.61%26.86%-
HSV(B)272.63º58.76%38.04%-
XYZ5.513.7211.74-
YUV55.77151.27138.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=34.13%
G=19.23%
B=46.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7140970.270.5900.62272.6341.6126.86
Hex4728611B3B03E1112a1b
Octal1075014133730764215233
Binary1000111101000110000111011111011011111010001000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472861; }

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

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

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

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

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

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

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

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