#470016

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

Shades of Bordeaux #470016

Tints of Bordeaux #470016

Color information

#470016 (or 0x470016) is unknown color: approx Bordeaux. HEX triplet: 47, 00 and 16. RGB value is (71,0,22). Sum of RGB (Red+Green+Blue) = 71+0+22=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #470016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470016 is #B8FFE9. Grayscale: #171717. Windows color (decimal): -12124138 or 1441863. OLE color: 1441863.

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

Color convert

RGB71022-
CMYK010.690.72
HSL341.41º100%13.92%-
HSV(B)341.41º100%27.84%-
XYZ2.741.40.88-
YUV23.74127.02161.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 76.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=76.34%
G=0%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71022010.690.72341.4110013.92
Hex47016064454815564e
Octal107026014410511052514416
Binary1000111010110011001001000101100100010101010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470016; }

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

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

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

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

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

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

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

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