#47061B

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

Shades of Bordeaux #47061B

Tints of Bordeaux #47061B

Color information

#47061B (or 0x47061B) is unknown color: approx Bordeaux. HEX triplet: 47, 06 and 1B. RGB value is (71,6,27). Sum of RGB (Red+Green+Blue) = 71+6+27=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #47061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47061B is #B8F9E4. Grayscale: #1B1B1B. Windows color (decimal): -12122597 or 1771079. OLE color: 1771079.

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

Color convert

RGB71627-
CMYK00.920.620.72
HSL340.62º84.42%15.1%-
HSV(B)340.62º91.55%27.84%-
XYZ2.861.551.19-
YUV27.83127.53158.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.27%
GREEN value IS 6 (2.73% from 255) = 5.77%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=68.27%
G=5.77%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7162700.920.620.72340.6284.4215.1
Hex4761B05C3E4815554f
Octal10763301347611052512417
Binary10001111101101101011100111110100100010101010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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