Html Css Color HEX #47111A Bordeaux

📋 copy color: '#47111A'

red 71 ◦ green 17 ◦ blue 26

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

Shades of Bordeaux #47111A

Tints of Bordeaux #47111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.81%

R = 62.28%
G = 14.91%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47111A (or 0x47111A) is known color: Bordeaux. HEX triplet: 47, 11 and 1A. RGB value is (71,17,26). Sum of RGB (Red+Green+Blue) = 71+17+26=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #47111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47111A is #B8EEE5. Grayscale: #222222. Windows color (decimal): -12119782 or 1708359. OLE color: 1708359.

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

Color convert

RGB 71 17 26 -
CMYK 0 0.76 0.63 0.72
HSL 350º 0.61% 0.17% -
HSV(B) 350º 0.76% 0.28% -
XYZ 2.99 1.82 1.17 -
YUV 34.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 71 17 26 0 0.76 0.63 0.72 350 0.61 0.17
Hex 47 11 1A 0 4C 3F 48 15E 3D 11
Octal 107 21 32 0 114 77 110 536 75 21
Binary 1000111 10001 11010 0 1001100 111111 1001000 101011110 111101 10001

Color Harmonies of #47111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47111A

Black with #47111A

Text Example


Text Example

White with #47111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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