#47131D

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

Shades of Bordeaux #47131D

Tints of Bordeaux #47131D

Color information

#47131D (or 0x47131D) is unknown color: approx Bordeaux. HEX triplet: 47, 13 and 1D. RGB value is (71,19,29). Sum of RGB (Red+Green+Blue) = 71+19+29=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47131D is #B8ECE2. Grayscale: #232323. Windows color (decimal): -12119267 or 1905479. OLE color: 1905479.

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

Color convert

RGB711929-
CMYK00.730.590.72
HSL348.46º57.78%17.65%-
HSV(B)348.46º73.24%27.84%-
XYZ3.051.891.37-
YUV35.69124.23153.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=59.66%
G=15.97%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71192900.730.590.72348.4657.7817.65
Hex47131D0493B4815c3a12
Octal10723350111731105347222
Binary1000111100111110101001001111011100100010101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47131D; }

 p { color: rgb(71,19,29); }

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

<style>
 a { background-color: #47131D; }

 a { background-color: rgb(71,19,29); }

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

<style>
 span { border-color: #47131D; }

 span { border-color: rgb(71,19,29); }

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