#46171D

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

Shades of Bordeaux #46171D

Tints of Bordeaux #46171D

Color information

#46171D (or 0x46171D) is unknown color: approx Bordeaux. HEX triplet: 46, 17 and 1D. RGB value is (70,23,29). Sum of RGB (Red+Green+Blue) = 70+23+29=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #46171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46171D is #B9E8E2. Grayscale: #252525. Windows color (decimal): -12183779 or 1906502. OLE color: 1906502.

HSL color Cylindrical-coordinate representation of color #46171D: hue angle of 352.34º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46171D is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB702329-
CMYK00.670.590.73
HSL352.34º50.54%18.24%-
HSV(B)352.34º67.14%27.45%-
XYZ3.0521.39-
YUV37.74123.07151.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=57.38%
G=18.85%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70232900.670.590.73352.3450.5418.24
Hex46171D0433B491603312
Octal10627350103731115406322
Binary1000110101111110101000011111011100100110110000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46171D; }

 p { color: rgb(70,23,29); }

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

<style>
 a { background-color: #46171D; }

 a { background-color: rgb(70,23,29); }

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

<style>
 span { border-color: #46171D; }

 span { border-color: rgb(70,23,29); }

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