#470215

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

Shades of Bordeaux #470215

Tints of Bordeaux #470215

Color information

#470215 (or 0x470215) is unknown color: approx Bordeaux. HEX triplet: 47, 02 and 15. RGB value is (71,2,21). Sum of RGB (Red+Green+Blue) = 71+2+21=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #470215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470215 is #B8FDEA. Grayscale: #181818. Windows color (decimal): -12123627 or 1376839. OLE color: 1376839.

HSL color Cylindrical-coordinate representation of color #470215: hue angle of 343.48º 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 #470215 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB71221-
CMYK00.970.700.72
HSL343.48º94.52%14.31%-
HSV(B)343.48º97.18%27.84%-
XYZ2.761.440.84-
YUV24.8125.86160.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 75.53%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=75.53%
G=2.13%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122100.970.700.72343.4894.5214.31
Hex4721506146481575fe
Octal107225014110611052713716
Binary10001111010101011000011000110100100010101011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470215; }

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

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

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

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

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

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

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

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