#470416

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

Shades of Bordeaux #470416

Tints of Bordeaux #470416

Color information

#470416 (or 0x470416) is unknown color: approx Bordeaux. HEX triplet: 47, 04 and 16. RGB value is (71,4,22). Sum of RGB (Red+Green+Blue) = 71+4+22=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470416 is #B8FBE9. Grayscale: #1A1A1A. Windows color (decimal): -12123114 or 1442887. OLE color: 1442887.

HSL color Cylindrical-coordinate representation of color #470416: hue angle of 343.88º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470416 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB71422-
CMYK00.940.690.72
HSL343.88º89.33%14.71%-
HSV(B)343.88º94.37%27.84%-
XYZ2.791.480.9-
YUV26.08125.7160.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.20%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=73.20%
G=4.12%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7142200.940.690.72343.8889.3314.71
Hex4741605E454815859f
Octal107426013610511053013117
Binary100011110010110010111101000101100100010101100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470416; }

 p { color: rgb(71,4,22); }

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

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

 a { background-color: rgb(71,4,22); }

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

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

 span { border-color: rgb(71,4,22); }

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