#47071B

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

Shades of Bordeaux #47071B

Tints of Bordeaux #47071B

Color information

#47071B (or 0x47071B) is unknown color: approx Bordeaux. HEX triplet: 47, 07 and 1B. RGB value is (71,7,27). Sum of RGB (Red+Green+Blue) = 71+7+27=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47071B is #B8F8E4. Grayscale: #1C1C1C. Windows color (decimal): -12122341 or 1771335. OLE color: 1771335.

HSL color Cylindrical-coordinate representation of color #47071B: hue angle of 341.25º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47071B is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB71727-
CMYK00.900.620.72
HSL341.25º82.05%15.29%-
HSV(B)341.25º90.14%27.84%-
XYZ2.871.571.19-
YUV28.42127.2158.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=67.62%
G=6.67%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172700.900.620.72341.2582.0515.29
Hex4771B05A3E4815552f
Octal10773301327611052512217
Binary10001111111101101011010111110100100010101010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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