Html Css Color HEX #47161D Bordeaux

📋 copy color: '#47161D'

red 71 ◦ green 22 ◦ blue 29

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

Shades of Bordeaux #47161D

Tints of Bordeaux #47161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.03%

 BLUE value IS 29 (11.72% from 255) = 23.77%

R = 58.2%
G = 18.03%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47161D (or 0x47161D) is known color: Bordeaux. HEX triplet: 47, 16 and 1D. RGB value is (71,22,29). Sum of RGB (Red+Green+Blue) = 71+22+29=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47161D is #B8E9E2. Grayscale: #252525. Windows color (decimal): -12118499 or 1906247. OLE color: 1906247.

HSL color Cylindrical-coordinate representation of color #47161D: hue angle of 351.43º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47161D is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 22 29 -
CMYK 0 0.69 0.59 0.72
HSL 351.43º 0.53% 0.18% -
HSV(B) 351.43º 0.69% 0.28% -
XYZ 3.11 2 1.39 -
YUV 37.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 71 22 29 0 0.69 0.59 0.72 351.43 0.53 0.18
Hex 47 16 1D 0 45 3B 48 15F 35 12
Octal 107 26 35 0 105 73 110 537 65 22
Binary 1000111 10110 11101 0 1000101 111011 1001000 101011111 110101 10010

Color Harmonies of #47161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47161D

Black with #47161D

Text Example


Text Example

White with #47161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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