#46161D

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

Shades of Bordeaux #46161D

Tints of Bordeaux #46161D

Color information

#46161D (or 0x46161D) is unknown color: approx Bordeaux. HEX triplet: 46, 16 and 1D. RGB value is (70,22,29). Sum of RGB (Red+Green+Blue) = 70+22+29=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46161D is #B9E9E2. Grayscale: #252525. Windows color (decimal): -12184035 or 1906246. OLE color: 1906246.

HSL color Cylindrical-coordinate representation of color #46161D: hue angle of 351.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46161D is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB702229-
CMYK00.690.590.73
HSL351.25º52.17%18.04%-
HSV(B)351.25º68.57%27.45%-
XYZ3.031.961.38-
YUV37.15123.4151.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.85%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=57.85%
G=18.18%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70222900.690.590.73351.2552.1718.04
Hex46161D0453B4915f3412
Octal10626350105731115376422
Binary1000110101101110101000101111011100100110101111111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,22,29); }

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

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

 a { background-color: rgb(70,22,29); }

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

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

 span { border-color: rgb(70,22,29); }

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