#470316

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

Shades of Bordeaux #470316

Tints of Bordeaux #470316

Color information

#470316 (or 0x470316) is unknown color: approx Bordeaux. HEX triplet: 47, 03 and 16. RGB value is (71,3,22). Sum of RGB (Red+Green+Blue) = 71+3+22=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #470316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470316 is #B8FCE9. Grayscale: #191919. Windows color (decimal): -12123370 or 1442631. OLE color: 1442631.

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

Color convert

RGB71322-
CMYK00.960.690.72
HSL343.24º91.89%14.51%-
HSV(B)343.24º95.77%27.84%-
XYZ2.781.460.9-
YUV25.5126.03160.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.96%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=73.96%
G=3.12%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7132200.960.690.72343.2491.8914.51
Hex4731606045481575cf
Octal107326014010511052713417
Binary10001111110110011000001000101100100010101011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470316; }

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

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

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

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

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

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

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

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