#46131f

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

Shades of Bordeaux #46131F

Tints of Bordeaux #46131F

Color information

#46131F (or 0x46131F) is unknown color: approx Bordeaux. HEX triplet: 46, 13 and 1F. RGB value is (70,19,31). Sum of RGB (Red+Green+Blue) = 70+19+31=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #46131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46131F is #B9ECE0. Grayscale: #232323. Windows color (decimal): -12184801 or 2036550. OLE color: 2036550.

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

Color convert

RGB701931-
CMYK00.730.560.73
HSL345.88º57.3%17.45%-
HSV(B)345.88º72.86%27.45%-
XYZ3.011.871.5-
YUV35.62125.4152.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=58.33%
G=15.83%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70193100.730.560.73345.8857.317.45
Hex46131F049384915a3911
Octal10623370111701115327121
Binary1000110100111111101001001111000100100110101101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46131f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46131f; }

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

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

<style>
 a { background-color: #46131f; }

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

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

<style>
 span { border-color: #46131f; }

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

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