#47051D

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

Shades of Bordeaux #47051D

Tints of Bordeaux #47051D

Color information

#47051D (or 0x47051D) is unknown color: approx Bordeaux. HEX triplet: 47, 05 and 1D. RGB value is (71,5,29). Sum of RGB (Red+Green+Blue) = 71+5+29=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47051D is #B8FAE2. Grayscale: #1B1B1B. Windows color (decimal): -12122851 or 1901895. OLE color: 1901895.

HSL color Cylindrical-coordinate representation of color #47051D: hue angle of 338.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47051D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB71529-
CMYK00.930.590.72
HSL338.18º86.84%14.9%-
HSV(B)338.18º92.96%27.84%-
XYZ2.871.541.31-
YUV27.47128.87159.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=67.62%
G=4.76%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7152900.930.590.72338.1886.8414.9
Hex4751D05D3B4815257f
Octal10753501357311052212717
Binary10001111011110101011101111011100100010101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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