#472751

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

Shades of Scarlet Gum #472751

Tints of Scarlet Gum #472751

Color information

#472751 (or 0x472751) is unknown color: approx Scarlet Gum. HEX triplet: 47, 27 and 51. RGB value is (71,39,81). Sum of RGB (Red+Green+Blue) = 71+39+81=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #472751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472751 is #B8D8AE. Grayscale: #353535. Windows color (decimal): -12114095 or 5318471. OLE color: 5318471.

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

Color convert

RGB713981-
CMYK0.120.5200.68
HSL285.71º35%23.53%-
HSV(B)285.71º51.85%31.76%-
XYZ4.813.388.18-
YUV53.36143.6140.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=37.17%
G=20.42%
B=42.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7139810.120.5200.68285.713523.53
Hex472751C3404411e2318
Octal10747121146401044364330
Binary1000111100111101000111001101000100010010001111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472751; }

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

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

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

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

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

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

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

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