#472652

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

Shades of Scarlet Gum #472652

Tints of Scarlet Gum #472652

Color information

#472652 (or 0x472652) is unknown color: approx Scarlet Gum. HEX triplet: 47, 26 and 52. RGB value is (71,38,82). Sum of RGB (Red+Green+Blue) = 71+38+82=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #472652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472652 is #B8D9AD. Grayscale: #343434. Windows color (decimal): -12114350 or 5383751. OLE color: 5383751.

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

Color convert

RGB713882-
CMYK0.130.5400.68
HSL285º36.67%23.53%-
HSV(B)285º53.66%32.16%-
XYZ4.813.348.37-
YUV52.88144.43140.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 82 (32.42% from 255) = 42.93%
R=37.17%
G=19.90%
B=42.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7138820.130.5400.6828536.6723.53
Hex472652D3604411d2518
Octal10746122156601044354530
Binary1000111100110101001011011101100100010010001110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472652; }

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

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

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

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

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

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

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

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