Html Css Color HEX #470316 Bordeaux

📋 copy color: '#470316'

red 71 ◦ green 3 ◦ blue 22

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

Shades of Bordeaux #470316

Tints of Bordeaux #470316

RGB

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

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

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

R = 73.96%
G = 3.13%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#470316 (or 0x470316) is known color: Bordeaux. HEX triplet: 47, 03 and 16. RGB value is (71,3,22). Sum of RGB (Red+Green+Blue) = 71+3+22=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #470316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470316 is #B8FCE9. Grayscale: #191919. Windows color (decimal): -12123370 or 1442631. OLE color: 1442631.

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

Color convert

RGB 71 3 22 -
CMYK 0 0.96 0.69 0.72
HSL 343.24º 0.92% 0.15% -
HSV(B) 343.24º 0.96% 0.28% -
XYZ 2.78 1.46 0.9 -
YUV 25.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 71 3 22 0 0.96 0.69 0.72 343.24 0.92 0.15
Hex 47 3 16 0 60 45 48 157 5C F
Octal 107 3 26 0 140 105 110 527 134 17
Binary 1000111 11 10110 0 1100000 1000101 1001000 101010111 1011100 1111

Color Harmonies of #470316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470316

Black with #470316

Text Example


Text Example

White with #470316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470316; }

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

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

background-color css

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

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

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

border-color css

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

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

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