#470216

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

Shades of Bordeaux #470216

Tints of Bordeaux #470216

Color information

#470216 (or 0x470216) is unknown color: approx Bordeaux. HEX triplet: 47, 02 and 16. RGB value is (71,2,22). Sum of RGB (Red+Green+Blue) = 71+2+22=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #470216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470216 is #B8FDE9. Grayscale: #181818. Windows color (decimal): -12123626 or 1442375. OLE color: 1442375.

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

Color convert

RGB71222-
CMYK00.970.690.72
HSL342.61º94.52%14.31%-
HSV(B)342.61º97.18%27.84%-
XYZ2.771.440.89-
YUV24.91126.36160.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 74.74%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=74.74%
G=2.11%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122200.970.690.72342.6194.5214.31
Hex4721606145481575fe
Octal107226014110511052713716
Binary10001111010110011000011000101100100010101011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470216; }

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

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

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

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

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

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

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

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