#472761

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

Shades of Scarlet Gum #472761

Tints of Scarlet Gum #472761

Color information

#472761 (or 0x472761) is unknown color: approx Scarlet Gum. HEX triplet: 47, 27 and 61. RGB value is (71,39,97). Sum of RGB (Red+Green+Blue) = 71+39+97=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #472761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472761 is #B8D89E. Grayscale: #363636. Windows color (decimal): -12114079 or 6367047. OLE color: 6367047.

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

Color convert

RGB713997-
CMYK0.270.6000.62
HSL273.1º42.65%26.67%-
HSV(B)273.1º59.79%38.04%-
XYZ5.483.6511.73-
YUV55.18151.6139.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=34.30%
G=18.84%
B=46.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7139970.270.6000.62273.142.6526.67
Hex4727611B3C03E1112b1b
Octal1074714133740764215333
Binary1000111100111110000111011111100011111010001000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472761; }

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

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

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

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

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

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

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

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