#47111C

Color #47111C Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #47111C

Tints of Bordeaux #47111C

Color information

#47111C (or 0x47111C) is unknown color: approx Bordeaux. HEX triplet: 47, 11 and 1C. RGB value is (71,17,28). Sum of RGB (Red+Green+Blue) = 71+17+28=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #47111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47111C is #B8EEE3. Grayscale: #222222. Windows color (decimal): -12119780 or 1839431. OLE color: 1839431.

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

Color convert

RGB711728-
CMYK00.760.610.72
HSL347.78º61.36%17.25%-
HSV(B)347.78º76.06%27.84%-
XYZ3.011.821.29-
YUV34.4124.39154.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=61.21%
G=14.66%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71172800.760.610.72347.7861.3617.25
Hex47111C04C3D4815c3d11
Octal10721340114751105347521
Binary1000111100011110001001100111101100100010101110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47111C;
 }
 .AnyTagClassName
 {
   color: #47111C;
 }
</style>
background-color css

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

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

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

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

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

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