#46161C

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

Shades of Bordeaux #46161C

Tints of Bordeaux #46161C

Color information

#46161C (or 0x46161C) is unknown color: approx Bordeaux. HEX triplet: 46, 16 and 1C. RGB value is (70,22,28). Sum of RGB (Red+Green+Blue) = 70+22+28=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #46161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46161C is #B9E9E3. Grayscale: #252525. Windows color (decimal): -12184036 or 1840710. OLE color: 1840710.

HSL color Cylindrical-coordinate representation of color #46161C: hue angle of 352.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46161C is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB702228-
CMYK00.690.600.73
HSL352.5º52.17%18.04%-
HSV(B)352.5º68.57%27.45%-
XYZ3.021.961.32-
YUV37.04122.9151.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=58.33%
G=18.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70222800.690.600.73352.552.1718.04
Hex46161C0453C491603412
Octal10626340105741115406422
Binary1000110101101110001000101111100100100110110000011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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