#47111B

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

Shades of Bordeaux #47111B

Tints of Bordeaux #47111B

Color information

#47111B (or 0x47111B) is unknown color: approx 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

RGB711727-
CMYK00.760.620.72
HSL348.89º61.36%17.25%-
HSV(B)348.89º76.06%27.84%-
XYZ31.821.23-
YUV34.29123.89154.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71172700.760.620.72348.8961.3617.25
Hex47111B04C3E4815d3d11
Octal10721330114761105357521
Binary1000111100011101101001100111110100100010101110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>