Html Css Color HEX #470416 Bordeaux

📋 copy color: '#470416'

red 71 ◦ green 4 ◦ blue 22

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

Shades of Bordeaux #470416

Tints of Bordeaux #470416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.12%

 BLUE value IS 22 (8.98% from 255) = 22.68%

R = 73.2%
G = 4.12%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#470416 (or 0x470416) is known color: Bordeaux. HEX triplet: 47, 04 and 16. RGB value is (71,4,22). Sum of RGB (Red+Green+Blue) = 71+4+22=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470416 is #B8FBE9. Grayscale: #1A1A1A. Windows color (decimal): -12123114 or 1442887. OLE color: 1442887.

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

Color convert

RGB 71 4 22 -
CMYK 0 0.94 0.69 0.72
HSL 343.88º 0.89% 0.15% -
HSV(B) 343.88º 0.94% 0.28% -
XYZ 2.79 1.48 0.9 -
YUV 26.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 71 4 22 0 0.94 0.69 0.72 343.88 0.89 0.15
Hex 47 4 16 0 5E 45 48 158 59 F
Octal 107 4 26 0 136 105 110 530 131 17
Binary 1000111 100 10110 0 1011110 1000101 1001000 101011000 1011001 1111

Color Harmonies of #470416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470416

Black with #470416

Text Example


Text Example

White with #470416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470416; }

 p { color: rgb(71,4,22); }

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

background-color css

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

 a { background-color: rgb(71,4,22); }

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

border-color css

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

 span { border-color: rgb(71,4,22); }

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