#46061B

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

Shades of Bordeaux #46061B

Tints of Bordeaux #46061B

Color information

#46061B (or 0x46061B) is unknown color: approx Bordeaux. HEX triplet: 46, 06 and 1B. RGB value is (70,6,27). Sum of RGB (Red+Green+Blue) = 70+6+27=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #46061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46061B is #B9F9E4. Grayscale: #1B1B1B. Windows color (decimal): -12188133 or 1771078. OLE color: 1771078.

HSL color Cylindrical-coordinate representation of color #46061B: hue angle of 340.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46061B is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB70627-
CMYK00.910.610.73
HSL340.31º84.21%14.9%-
HSV(B)340.31º91.43%27.45%-
XYZ2.791.511.18-
YUV27.53127.7158.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=67.96%
G=5.83%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7062700.910.610.73340.3184.2114.9
Hex4661B05B3D4915454f
Octal10663301337511152412417
Binary10001101101101101011011111101100100110101010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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