Html Css Color HEX #47111B Bordeaux

📋 copy color: '#47111B'

red 71 ◦ green 17 ◦ blue 27

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

Shades of Bordeaux #47111B

Tints of Bordeaux #47111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.78%

 BLUE value IS 27 (10.94% from 255) = 23.48%

R = 61.74%
G = 14.78%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47111B (or 0x47111B) is known color: Bordeaux. HEX triplet: 47, 11 and 1B. RGB value is (71,17,27). Sum of RGB (Red+Green+Blue) = 71+17+27=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #47111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47111B is #B8EEE4. Grayscale: #222222. Windows color (decimal): -12119781 or 1773895. OLE color: 1773895.

HSL color Cylindrical-coordinate representation of color #47111B: hue angle of 348.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47111B is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 17 27 -
CMYK 0 0.76 0.62 0.72
HSL 348.89º 0.61% 0.17% -
HSV(B) 348.89º 0.76% 0.28% -
XYZ 3 1.82 1.23 -
YUV 34.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 71 17 27 0 0.76 0.62 0.72 348.89 0.61 0.17
Hex 47 11 1B 0 4C 3E 48 15D 3D 11
Octal 107 21 33 0 114 76 110 535 75 21
Binary 1000111 10001 11011 0 1001100 111110 1001000 101011101 111101 10001

Color Harmonies of #47111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47111B

Black with #47111B

Text Example


Text Example

White with #47111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47111B; }

 p { color: rgb(71,17,27); }

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

background-color css

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

 a { background-color: rgb(71,17,27); }

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

border-color css

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

 span { border-color: rgb(71,17,27); }

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