#46131E

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

Shades of Bordeaux #46131E

Tints of Bordeaux #46131E

Color information

#46131E (or 0x46131E) is unknown color: approx Bordeaux. HEX triplet: 46, 13 and 1E. RGB value is (70,19,30). Sum of RGB (Red+Green+Blue) = 70+19+30=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #46131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46131E is #B9ECE1. Grayscale: #232323. Windows color (decimal): -12184802 or 1971014. OLE color: 1971014.

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

Color convert

RGB701930-
CMYK00.730.570.73
HSL347.06º57.3%17.45%-
HSV(B)347.06º72.86%27.45%-
XYZ2.991.861.43-
YUV35.5124.9152.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.82%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=58.82%
G=15.97%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70193000.730.570.73347.0657.317.45
Hex46131E049394915b3911
Octal10623360111711115337121
Binary1000110100111111001001001111001100100110101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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