Html Css Color HEX #47161C Bordeaux

📋 copy color: '#47161C'

red 71 ◦ green 22 ◦ blue 28

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

Shades of Bordeaux #47161C

Tints of Bordeaux #47161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.14%

R = 58.68%
G = 18.18%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47161C (or 0x47161C) is known color: Bordeaux. HEX triplet: 47, 16 and 1C. RGB value is (71,22,28). Sum of RGB (Red+Green+Blue) = 71+22+28=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47161C is #B8E9E3. Grayscale: #252525. Windows color (decimal): -12118500 or 1840711. OLE color: 1840711.

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

Color convert

RGB 71 22 28 -
CMYK 0 0.69 0.61 0.72
HSL 352.65º 0.53% 0.18% -
HSV(B) 352.65º 0.69% 0.28% -
XYZ 3.1 2 1.32 -
YUV 37.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 71 22 28 0 0.69 0.61 0.72 352.65 0.53 0.18
Hex 47 16 1C 0 45 3D 48 161 35 12
Octal 107 26 34 0 105 75 110 541 65 22
Binary 1000111 10110 11100 0 1000101 111101 1001000 101100001 110101 10010

Color Harmonies of #47161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47161C

Black with #47161C

Text Example


Text Example

White with #47161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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