#46111E

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

Shades of Bordeaux #46111E

Tints of Bordeaux #46111E

Color information

#46111E (or 0x46111E) is unknown color: approx Bordeaux. HEX triplet: 46, 11 and 1E. RGB value is (70,17,30). Sum of RGB (Red+Green+Blue) = 70+17+30=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46111E is #B9EEE1. Grayscale: #222222. Windows color (decimal): -12185314 or 1970502. OLE color: 1970502.

HSL color Cylindrical-coordinate representation of color #46111E: hue angle of 345.28º 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 #46111E is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB701730-
CMYK00.760.570.73
HSL345.28º60.92%17.06%-
HSV(B)345.28º75.71%27.45%-
XYZ2.961.81.42-
YUV34.33125.56153.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.83%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=59.83%
G=14.53%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70173000.760.570.73345.2860.9217.06
Hex46111E04C39491593d11
Octal10621360114711115317521
Binary1000110100011111001001100111001100100110101100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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