#47141E

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

Shades of Bordeaux #47141E

Tints of Bordeaux #47141E

Color information

#47141E (or 0x47141E) is unknown color: approx Bordeaux. HEX triplet: 47, 14 and 1E. RGB value is (71,20,30). Sum of RGB (Red+Green+Blue) = 71+20+30=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47141E is #B8EBE1. Grayscale: #242424. Windows color (decimal): -12119010 or 1971271. OLE color: 1971271.

HSL color Cylindrical-coordinate representation of color #47141E: hue angle of 348.24º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47141E is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB712030-
CMYK00.720.580.72
HSL348.24º56.04%17.84%-
HSV(B)348.24º71.83%27.84%-
XYZ3.081.931.44-
YUV36.39124.4152.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=58.68%
G=16.53%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71203000.720.580.72348.2456.0417.84
Hex47141E0483A4815c3812
Octal10724360110721105347022
Binary1000111101001111001001000111010100100010101110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47141E; }

 p { color: rgb(71,20,30); }

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

<style>
 a { background-color: #47141E; }

 a { background-color: rgb(71,20,30); }

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

<style>
 span { border-color: #47141E; }

 span { border-color: rgb(71,20,30); }

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