#46151B

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

Shades of Bordeaux #46151B

Tints of Bordeaux #46151B

Color information

#46151B (or 0x46151B) is unknown color: approx Bordeaux. HEX triplet: 46, 15 and 1B. RGB value is (70,21,27). Sum of RGB (Red+Green+Blue) = 70+21+27=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46151B is #B9EAE4. Grayscale: #242424. Windows color (decimal): -12184293 or 1774918. OLE color: 1774918.

HSL color Cylindrical-coordinate representation of color #46151B: hue angle of 352.65º 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 #46151B is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB702127-
CMYK00.700.610.73
HSL352.65º53.85%17.84%-
HSV(B)352.65º70%27.45%-
XYZ2.991.921.25-
YUV36.34122.73152.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.32%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=59.32%
G=17.80%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70212700.700.610.73352.6553.8517.84
Hex46151B0463D491613612
Octal10625330106751115416622
Binary1000110101011101101000110111101100100110110000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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