#47141C

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

Shades of Bordeaux #47141C

Tints of Bordeaux #47141C

Color information

#47141C (or 0x47141C) is unknown color: approx Bordeaux. HEX triplet: 47, 14 and 1C. RGB value is (71,20,28). Sum of RGB (Red+Green+Blue) = 71+20+28=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47141C is #B8EBE3. Grayscale: #242424. Windows color (decimal): -12119012 or 1840199. OLE color: 1840199.

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

Color convert

RGB712028-
CMYK00.720.610.72
HSL350.59º56.04%17.84%-
HSV(B)350.59º71.83%27.84%-
XYZ3.061.921.31-
YUV36.16123.4152.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=59.66%
G=16.81%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71202800.720.610.72350.5956.0417.84
Hex47141C0483D4815f3812
Octal10724340110751105377022
Binary1000111101001110001001000111101100100010101111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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