#47161B

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

Shades of Bordeaux #47161B

Tints of Bordeaux #47161B

Color information

#47161B (or 0x47161B) is unknown color: approx Bordeaux. HEX triplet: 47, 16 and 1B. RGB value is (71,22,27). Sum of RGB (Red+Green+Blue) = 71+22+27=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47161B is #B8E9E4. Grayscale: #252525. Windows color (decimal): -12118501 or 1775175. OLE color: 1775175.

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

Color convert

RGB712227-
CMYK00.690.620.72
HSL353.88º52.69%18.24%-
HSV(B)353.88º69.01%27.84%-
XYZ3.081.991.26-
YUV37.22122.23152.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=59.17%
G=18.33%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71222700.690.620.72353.8852.6918.24
Hex47161B0453E481623512
Octal10726330105761105426522
Binary1000111101101101101000101111110100100010110001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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