#472853

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

Shades of Scarlet Gum #472853

Tints of Scarlet Gum #472853

Color information

#472853 (or 0x472853) is unknown color: approx Scarlet Gum. HEX triplet: 47, 28 and 53. RGB value is (71,40,83). Sum of RGB (Red+Green+Blue) = 71+40+83=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: blue. Hex color #472853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472853 is #B8D7AC. Grayscale: #363636. Windows color (decimal): -12113837 or 5449799. OLE color: 5449799.

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

Color convert

RGB714083-
CMYK0.140.5200.67
HSL283.26º34.96%24.12%-
HSV(B)283.26º51.81%32.55%-
XYZ4.923.488.6-
YUV54.17144.27140-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=36.60%
G=20.62%
B=42.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7140830.140.5200.67283.2634.9624.12
Hex472853E3404311b2318
Octal10750123166401034334330
Binary1000111101000101001111101101000100001110001101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472853; }

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

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

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

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

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

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

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

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