#46151E

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

Shades of Bordeaux #46151E

Tints of Bordeaux #46151E

Color information

#46151E (or 0x46151E) is unknown color: approx Bordeaux. HEX triplet: 46, 15 and 1E. RGB value is (70,21,30). Sum of RGB (Red+Green+Blue) = 70+21+30=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #46151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46151E is #B9EAE1. Grayscale: #242424. Windows color (decimal): -12184290 or 1971526. OLE color: 1971526.

HSL color Cylindrical-coordinate representation of color #46151E: hue angle of 348.98º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46151E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB702130-
CMYK00.700.570.73
HSL348.98º53.85%17.84%-
HSV(B)348.98º70%27.45%-
XYZ3.031.931.44-
YUV36.68124.23151.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.85%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=57.85%
G=17.36%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70213000.700.570.73348.9853.8517.84
Hex46151E046394915d3612
Octal10625360106711115356622
Binary1000110101011111001000110111001100100110101110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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