Html Css Color HEX #470319 Bordeaux

📋 copy color: '#470319'

red 71 ◦ green 3 ◦ blue 25

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

Shades of Bordeaux #470319

Tints of Bordeaux #470319

RGB

 RED value IS 71 (28.13% from 255) = 71.72%

 GREEN value IS 3 (1.56% from 255) = 3.03%

 BLUE value IS 25 (10.16% from 255) = 25.25%

R = 71.72%
G = 3.03%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#470319 (or 0x470319) is known color: Bordeaux. HEX triplet: 47, 03 and 19. RGB value is (71,3,25). Sum of RGB (Red+Green+Blue) = 71+3+25=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #470319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470319 is #B8FCE6. Grayscale: #191919. Windows color (decimal): -12123367 or 1639239. OLE color: 1639239.

HSL color Cylindrical-coordinate representation of color #470319: hue angle of 340.59º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470319 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 3 25 -
CMYK 0 0.96 0.65 0.72
HSL 340.59º 0.92% 0.15% -
HSV(B) 340.59º 0.96% 0.28% -
XYZ 2.81 1.47 1.06 -
YUV 25.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 71 3 25 0 0.96 0.65 0.72 340.59 0.92 0.15
Hex 47 3 19 0 60 41 48 155 5C F
Octal 107 3 31 0 140 101 110 525 134 17
Binary 1000111 11 11001 0 1100000 1000001 1001000 101010101 1011100 1111

Color Harmonies of #470319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470319

Black with #470319

Text Example


Text Example

White with #470319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470319; }

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

 H1.HeaderClassName
 {
   color: #470319;
 }
 .AnyTagClassName
 {
   color: #470319;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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