#47151D

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

Shades of Bordeaux #47151D

Tints of Bordeaux #47151D

Color information

#47151D (or 0x47151D) is unknown color: approx Bordeaux. HEX triplet: 47, 15 and 1D. RGB value is (71,21,29). Sum of RGB (Red+Green+Blue) = 71+21+29=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47151D is #B8EAE2. Grayscale: #242424. Windows color (decimal): -12118755 or 1905991. OLE color: 1905991.

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

Color convert

RGB712129-
CMYK00.700.590.72
HSL350.4º54.35%18.04%-
HSV(B)350.4º70.42%27.84%-
XYZ3.091.961.38-
YUV36.86123.56152.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=58.68%
G=17.36%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71212900.700.590.72350.454.3518.04
Hex47151D0463B4815e3612
Octal10725350106731105366622
Binary1000111101011110101000110111011100100010101111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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