#47141A

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

Shades of Bordeaux #47141A

Tints of Bordeaux #47141A

Color information

#47141A (or 0x47141A) is unknown color: approx Bordeaux. HEX triplet: 47, 14 and 1A. RGB value is (71,20,26). Sum of RGB (Red+Green+Blue) = 71+20+26=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47141A is #B8EBE5. Grayscale: #232323. Windows color (decimal): -12119014 or 1709127. OLE color: 1709127.

HSL color Cylindrical-coordinate representation of color #47141A: hue angle of 352.94º 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 #47141A is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB712026-
CMYK00.720.630.72
HSL352.94º56.04%17.84%-
HSV(B)352.94º71.83%27.84%-
XYZ3.041.911.19-
YUV35.93122.4153.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=60.68%
G=17.09%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71202600.720.630.72352.9456.0417.84
Hex47141A0483F481613812
Octal10724320110771105417022
Binary1000111101001101001001000111111100100010110000111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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