#47141B

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

Shades of Bordeaux #47141B

Tints of Bordeaux #47141B

Color information

#47141B (or 0x47141B) is unknown color: approx Bordeaux. HEX triplet: 47, 14 and 1B. RGB value is (71,20,27). Sum of RGB (Red+Green+Blue) = 71+20+27=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47141B is #B8EBE4. Grayscale: #242424. Windows color (decimal): -12119013 or 1774663. OLE color: 1774663.

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

Color convert

RGB712027-
CMYK00.720.620.72
HSL351.76º56.04%17.84%-
HSV(B)351.76º71.83%27.84%-
XYZ3.051.921.25-
YUV36.05122.9152.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=60.17%
G=16.95%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71202700.720.620.72351.7656.0417.84
Hex47141B0483E481603812
Octal10724330110761105407022
Binary1000111101001101101001000111110100100010110000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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