Html Css Color HEX #47111D Bordeaux

📋 copy color: '#47111D'

red 71 ◦ green 17 ◦ blue 29

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

Shades of Bordeaux #47111D

Tints of Bordeaux #47111D

RGB

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

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

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

R = 60.68%
G = 14.53%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47111D (or 0x47111D) is known color: Bordeaux. HEX triplet: 47, 11 and 1D. RGB value is (71,17,29). Sum of RGB (Red+Green+Blue) = 71+17+29=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47111D is #B8EEE2. Grayscale: #222222. Windows color (decimal): -12119779 or 1904967. OLE color: 1904967.

HSL color Cylindrical-coordinate representation of color #47111D: hue angle of 346.67º 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 #47111D is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 17 29 -
CMYK 0 0.76 0.59 0.72
HSL 346.67º 0.61% 0.17% -
HSV(B) 346.67º 0.76% 0.28% -
XYZ 3.02 1.83 1.36 -
YUV 34.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 71 17 29 0 0.76 0.59 0.72 346.67 0.61 0.17
Hex 47 11 1D 0 4C 3B 48 15B 3D 11
Octal 107 21 35 0 114 73 110 533 75 21
Binary 1000111 10001 11101 0 1001100 111011 1001000 101011011 111101 10001

Color Harmonies of #47111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47111D

Black with #47111D

Text Example


Text Example

White with #47111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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