#473150

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

Shades of Scarlet Gum #473150

Tints of Scarlet Gum #473150

Color information

#473150 (or 0x473150) is unknown color: approx Scarlet Gum. HEX triplet: 47, 31 and 50. RGB value is (71,49,80). Sum of RGB (Red+Green+Blue) = 71+49+80=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #473150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473150 is #B8CEAF. Grayscale: #3B3B3B. Windows color (decimal): -12111536 or 5255495. OLE color: 5255495.

HSL color Cylindrical-coordinate representation of color #473150: hue angle of 282.58º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #473150 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB714980-
CMYK0.110.3900.69
HSL282.58º24.03%25.29%-
HSV(B)282.58º38.75%31.37%-
XYZ5.144.128.11-
YUV59.11139.79136.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.5%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 80 (31.64% from 255) = 40%
R=35.5%
G=24.5%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7149800.110.3900.69282.5824.0325.29
Hex473150B2704511b1819
Octal10761120134701054333031
Binary100011111000110100001011100111010001011000110111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473150; }

 p { color: rgb(71,49,80); }

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

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

 a { background-color: rgb(71,49,80); }

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

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

 span { border-color: rgb(71,49,80); }

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