Html Css Color HEX #470116 Bordeaux

📋 copy color: '#470116'

red 71 ◦ green 1 ◦ blue 22

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

Shades of Bordeaux #470116

Tints of Bordeaux #470116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.06%

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

R = 75.53%
G = 1.06%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#470116 (or 0x470116) is known color: Bordeaux. HEX triplet: 47, 01 and 16. RGB value is (71,1,22). Sum of RGB (Red+Green+Blue) = 71+1+22=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #470116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470116 is #B8FEE9. Grayscale: #181818. Windows color (decimal): -12123882 or 1442119. OLE color: 1442119.

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

Color convert

RGB 71 1 22 -
CMYK 0 0.99 0.69 0.72
HSL 342º 0.97% 0.14% -
HSV(B) 342º 0.99% 0.28% -
XYZ 2.75 1.42 0.89 -
YUV 24.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 71 1 22 0 0.99 0.69 0.72 342 0.97 0.14
Hex 47 1 16 0 63 45 48 156 61 E
Octal 107 1 26 0 143 105 110 526 141 16
Binary 1000111 1 10110 0 1100011 1000101 1001000 101010110 1100001 1110

Color Harmonies of #470116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470116

Black with #470116

Text Example


Text Example

White with #470116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470116; }

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

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

background-color css

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

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

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

border-color css

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

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

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