#472651

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

Shades of Scarlet Gum #472651

Tints of Scarlet Gum #472651

Color information

#472651 (or 0x472651) is unknown color: approx Scarlet Gum. HEX triplet: 47, 26 and 51. RGB value is (71,38,81). Sum of RGB (Red+Green+Blue) = 71+38+81=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #472651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472651 is #B8D9AE. Grayscale: #343434. Windows color (decimal): -12114351 or 5318215. OLE color: 5318215.

HSL color Cylindrical-coordinate representation of color #472651: hue angle of 286.05º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #472651 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB713881-
CMYK0.120.5300.68
HSL286.05º36.13%23.33%-
HSV(B)286.05º53.09%31.76%-
XYZ4.783.328.17-
YUV52.77143.93141-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=37.37%
G=20%
B=42.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7138810.120.5300.68286.0536.1323.33
Hex472651C3504411e2417
Octal10746121146501044364427
Binary1000111100110101000111001101010100010010001111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472651; }

 p { color: rgb(71,38,81); }

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

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

 a { background-color: rgb(71,38,81); }

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

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

 span { border-color: rgb(71,38,81); }

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