#46131C

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

Shades of Bordeaux #46131C

Tints of Bordeaux #46131C

Color information

#46131C (or 0x46131C) is unknown color: approx Bordeaux. HEX triplet: 46, 13 and 1C. RGB value is (70,19,28). Sum of RGB (Red+Green+Blue) = 70+19+28=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46131C is #B9ECE3. Grayscale: #232323. Windows color (decimal): -12184804 or 1839942. OLE color: 1839942.

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

Color convert

RGB701928-
CMYK00.730.600.73
HSL349.41º57.3%17.45%-
HSV(B)349.41º72.86%27.45%-
XYZ2.971.851.3-
YUV35.28123.9152.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.83%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=59.83%
G=16.24%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70192800.730.600.73349.4157.317.45
Hex46131C0493C4915d3911
Octal10623340111741115357121
Binary1000110100111110001001001111100100100110101110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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