#46101D

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

Shades of Bordeaux #46101D

Tints of Bordeaux #46101D

Color information

#46101D (or 0x46101D) is unknown color: approx Bordeaux. HEX triplet: 46, 10 and 1D. RGB value is (70,16,29). Sum of RGB (Red+Green+Blue) = 70+16+29=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #46101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46101D is #B9EFE2. Grayscale: #212121. Windows color (decimal): -12185571 or 1904710. OLE color: 1904710.

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

Color convert

RGB701629-
CMYK00.770.590.73
HSL345.56º62.79%16.86%-
HSV(B)345.56º77.14%27.45%-
XYZ2.931.761.35-
YUV33.63125.39153.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=60.87%
G=13.91%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70162900.770.590.73345.5662.7916.86
Hex46101D04D3B4915a3f11
Octal10620350115731115327721
Binary1000110100001110101001101111011100100110101101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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