#470218

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

Shades of Bordeaux #470218

Tints of Bordeaux #470218

Color information

#470218 (or 0x470218) is unknown color: approx Bordeaux. HEX triplet: 47, 02 and 18. RGB value is (71,2,24). Sum of RGB (Red+Green+Blue) = 71+2+24=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470218 is #B8FDE7. Grayscale: #191919. Windows color (decimal): -12123624 or 1573447. OLE color: 1573447.

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

Color convert

RGB71224-
CMYK00.970.660.72
HSL340.87º94.52%14.31%-
HSV(B)340.87º97.18%27.84%-
XYZ2.791.451-
YUV25.14127.36160.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.20%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=73.20%
G=2.06%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122400.970.660.72340.8794.5214.31
Hex4721806142481555fe
Octal107230014110211052513716
Binary10001111011000011000011000010100100010101010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470218; }

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

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

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

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

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

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

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

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