#47051B

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

Shades of Bordeaux #47051B

Tints of Bordeaux #47051B

Color information

#47051B (or 0x47051B) is unknown color: approx Bordeaux. HEX triplet: 47, 05 and 1B. RGB value is (71,5,27). Sum of RGB (Red+Green+Blue) = 71+5+27=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #47051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47051B is #B8FAE4. Grayscale: #1B1B1B. Windows color (decimal): -12122853 or 1770823. OLE color: 1770823.

HSL color Cylindrical-coordinate representation of color #47051B: hue angle of 340º 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 #47051B is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB71527-
CMYK00.930.620.72
HSL340º86.84%14.9%-
HSV(B)340º92.96%27.84%-
XYZ2.851.531.18-
YUV27.24127.87159.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.93%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=68.93%
G=4.85%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7152700.930.620.7234086.8414.9
Hex4751B05D3E4815457f
Octal10753301357611052412717
Binary10001111011101101011101111110100100010101010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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