#47161C

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

Shades of Bordeaux #47161C

Tints of Bordeaux #47161C

Color information

#47161C (or 0x47161C) is unknown color: approx Bordeaux. HEX triplet: 47, 16 and 1C. RGB value is (71,22,28). Sum of RGB (Red+Green+Blue) = 71+22+28=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47161C is #B8E9E3. Grayscale: #252525. Windows color (decimal): -12118500 or 1840711. OLE color: 1840711.

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

Color convert

RGB712228-
CMYK00.690.610.72
HSL352.65º52.69%18.24%-
HSV(B)352.65º69.01%27.84%-
XYZ3.121.32-
YUV37.34122.73152.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=58.68%
G=18.18%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71222800.690.610.72352.6552.6918.24
Hex47161C0453D481613512
Octal10726340105751105416522
Binary1000111101101110001000101111101100100010110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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