#473650

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

Shades of Scarlet Gum #473650

Tints of Scarlet Gum #473650

Color information

#473650 (or 0x473650) is unknown color: approx Scarlet Gum. HEX triplet: 47, 36 and 50. RGB value is (71,54,80). Sum of RGB (Red+Green+Blue) = 71+54+80=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #473650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473650 is #B8C9AF. Grayscale: #3D3D3D. Windows color (decimal): -12110256 or 5256775. OLE color: 5256775.

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

Color convert

RGB715480-
CMYK0.110.3300.69
HSL279.23º19.4%26.27%-
HSV(B)279.23º32.5%31.37%-
XYZ5.374.568.19-
YUV62.05138.13134.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=34.63%
G=26.34%
B=39.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7154800.110.3300.69279.2319.426.27
Hex473650B21045117131a
Octal10766120134101054272332
Binary100011111011010100001011100001010001011000101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473650; }

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

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

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

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

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

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

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

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