#473550

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

Shades of Scarlet Gum #473550

Tints of Scarlet Gum #473550

Color information

#473550 (or 0x473550) is unknown color: approx Scarlet Gum. HEX triplet: 47, 35 and 50. RGB value is (71,53,80). Sum of RGB (Red+Green+Blue) = 71+53+80=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #473550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473550 is #B8CAAF. Grayscale: #3D3D3D. Windows color (decimal): -12110512 or 5256519. OLE color: 5256519.

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

Color convert

RGB715380-
CMYK0.110.3400.69
HSL280º20.3%26.08%-
HSV(B)280º33.75%31.37%-
XYZ5.324.468.17-
YUV61.46138.46134.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=34.80%
G=25.98%
B=39.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7153800.110.3400.6928020.326.08
Hex473550B22045118141a
Octal10765120134201054302432
Binary100011111010110100001011100010010001011000110001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473550; }

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

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

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

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

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

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

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

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