#46161F

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

Shades of Bordeaux #46161F

Tints of Bordeaux #46161F

Color information

#46161F (or 0x46161F) is unknown color: approx Bordeaux. HEX triplet: 46, 16 and 1F. RGB value is (70,22,31). Sum of RGB (Red+Green+Blue) = 70+22+31=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #46161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46161F is #B9E9E0. Grayscale: #252525. Windows color (decimal): -12184033 or 2037318. OLE color: 2037318.

HSL color Cylindrical-coordinate representation of color #46161F: hue angle of 348.75º 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 #46161F is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB702231-
CMYK00.690.560.73
HSL348.75º52.17%18.04%-
HSV(B)348.75º68.57%27.45%-
XYZ3.061.971.52-
YUV37.38124.4151.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=56.91%
G=17.89%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70223100.690.560.73348.7552.1718.04
Hex46161F045384915d3412
Octal10626370105701115356422
Binary1000110101101111101000101111000100100110101110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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