#47131A

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

Shades of Bordeaux #47131A

Tints of Bordeaux #47131A

Color information

#47131A (or 0x47131A) is unknown color: approx Bordeaux. HEX triplet: 47, 13 and 1A. RGB value is (71,19,26). Sum of RGB (Red+Green+Blue) = 71+19+26=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #47131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47131A is #B8ECE5. Grayscale: #232323. Windows color (decimal): -12119270 or 1708871. OLE color: 1708871.

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

Color convert

RGB711926-
CMYK00.730.630.72
HSL351.92º57.78%17.65%-
HSV(B)351.92º73.24%27.84%-
XYZ3.021.881.18-
YUV35.35122.73153.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=61.21%
G=16.38%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71192600.730.630.72351.9257.7817.65
Hex47131A0493F481603a12
Octal10723320111771105407222
Binary1000111100111101001001001111111100100010110000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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