#47131B

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

Shades of Bordeaux #47131B

Tints of Bordeaux #47131B

Color information

#47131B (or 0x47131B) is unknown color: approx Bordeaux. HEX triplet: 47, 13 and 1B. RGB value is (71,19,27). Sum of RGB (Red+Green+Blue) = 71+19+27=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47131B is #B8ECE4. Grayscale: #232323. Windows color (decimal): -12119269 or 1774407. OLE color: 1774407.

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

Color convert

RGB711927-
CMYK00.730.620.72
HSL350.77º57.78%17.65%-
HSV(B)350.77º73.24%27.84%-
XYZ3.031.881.24-
YUV35.46123.23153.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=60.68%
G=16.24%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71192700.730.620.72350.7757.7817.65
Hex47131B0493E4815f3a12
Octal10723330111761105377222
Binary1000111100111101101001001111110100100010101111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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