#47131C

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

Shades of Bordeaux #47131C

Tints of Bordeaux #47131C

Color information

#47131C (or 0x47131C) is unknown color: approx Bordeaux. HEX triplet: 47, 13 and 1C. RGB value is (71,19,28). Sum of RGB (Red+Green+Blue) = 71+19+28=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47131C is #B8ECE3. Grayscale: #232323. Windows color (decimal): -12119268 or 1839943. OLE color: 1839943.

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

Color convert

RGB711928-
CMYK00.730.610.72
HSL349.62º57.78%17.65%-
HSV(B)349.62º73.24%27.84%-
XYZ3.041.891.3-
YUV35.57123.73153.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=60.17%
G=16.10%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71192800.730.610.72349.6257.7817.65
Hex47131C0493D4815e3a12
Octal10723340111751105367222
Binary1000111100111110001001001111101100100010101111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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