#46111F

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

Shades of Bordeaux #46111F

Tints of Bordeaux #46111F

Color information

#46111F (or 0x46111F) is unknown color: approx Bordeaux. HEX triplet: 46, 11 and 1F. RGB value is (70,17,31). Sum of RGB (Red+Green+Blue) = 70+17+31=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46111F is #B9EEE0. Grayscale: #222222. Windows color (decimal): -12185313 or 2036038. OLE color: 2036038.

HSL color Cylindrical-coordinate representation of color #46111F: hue angle of 344.15º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46111F is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB701731-
CMYK00.760.560.73
HSL344.15º60.92%17.06%-
HSV(B)344.15º75.71%27.45%-
XYZ2.971.81.49-
YUV34.44126.06153.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.32%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=59.32%
G=14.41%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70173100.760.560.73344.1560.9217.06
Hex46111F04C38491583d11
Octal10621370114701115307521
Binary1000110100011111101001100111000100100110101100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46111F; }

 p { color: rgb(70,17,31); }

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

<style>
 a { background-color: #46111F; }

 a { background-color: rgb(70,17,31); }

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

<style>
 span { border-color: #46111F; }

 span { border-color: rgb(70,17,31); }

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