#470219

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

Shades of Bordeaux #470219

Tints of Bordeaux #470219

Color information

#470219 (or 0x470219) is unknown color: approx Bordeaux. HEX triplet: 47, 02 and 19. RGB value is (71,2,25). Sum of RGB (Red+Green+Blue) = 71+2+25=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #470219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470219 is #B8FDE6. Grayscale: #191919. Windows color (decimal): -12123623 or 1638983. OLE color: 1638983.

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

Color convert

RGB71225-
CMYK00.970.650.72
HSL340º94.52%14.31%-
HSV(B)340º97.18%27.84%-
XYZ2.81.451.05-
YUV25.25127.86160.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 72.45%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=72.45%
G=2.04%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7122500.970.650.7234094.5214.31
Hex4721906141481545fe
Octal107231014110111052413716
Binary10001111011001011000011000001100100010101010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470219; }

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

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

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

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

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

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

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

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