Html Css Color HEX #47161E Bordeaux

📋 copy color: '#47161E'

red 71 ◦ green 22 ◦ blue 30

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

Shades of Bordeaux #47161E

Tints of Bordeaux #47161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 57.72%
G = 17.89%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47161E (or 0x47161E) is known color: Bordeaux. HEX triplet: 47, 16 and 1E. RGB value is (71,22,30). Sum of RGB (Red+Green+Blue) = 71+22+30=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47161E is #B8E9E1. Grayscale: #252525. Windows color (decimal): -12118498 or 1971783. OLE color: 1971783.

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

Color convert

RGB 71 22 30 -
CMYK 0 0.69 0.58 0.72
HSL 350.2º 0.53% 0.18% -
HSV(B) 350.2º 0.69% 0.28% -
XYZ 3.12 2.01 1.45 -
YUV 37.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 71 22 30 0 0.69 0.58 0.72 350.2 0.53 0.18
Hex 47 16 1E 0 45 3A 48 15E 35 12
Octal 107 26 36 0 105 72 110 536 65 22
Binary 1000111 10110 11110 0 1000101 111010 1001000 101011110 110101 10010

Color Harmonies of #47161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47161E

Black with #47161E

Text Example


Text Example

White with #47161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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