Html Css Color HEX #470219 Bordeaux

📋 copy color: '#470219'

red 71 ◦ green 2 ◦ blue 25

#470219
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #470219

Tints of Bordeaux #470219

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#470219 (or 0x470219) is known color: 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

RGB 71 2 25 -
CMYK 0 0.97 0.65 0.72
HSL 340º 0.95% 0.14% -
HSV(B) 340º 0.97% 0.28% -
XYZ 2.8 1.45 1.05 -
YUV 25.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 71 2 25 0 0.97 0.65 0.72 340 0.95 0.14
Hex 47 2 19 0 61 41 48 154 5F E
Octal 107 2 31 0 141 101 110 524 137 16
Binary 1000111 10 11001 0 1100001 1000001 1001000 101010100 1011111 1110

Color Harmonies of #470219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470219

Black with #470219

Text Example


Text Example

White with #470219

Text Example


Text Example

HTML Codes & Css Web 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>