#46031B

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

Shades of Bordeaux #46031B

Tints of Bordeaux #46031B

Color information

#46031B (or 0x46031B) is unknown color: approx Bordeaux. HEX triplet: 46, 03 and 1B. RGB value is (70,3,27). Sum of RGB (Red+Green+Blue) = 70+3+27=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #46031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46031B is #B9FCE4. Grayscale: #191919. Windows color (decimal): -12188901 or 1770310. OLE color: 1770310.

HSL color Cylindrical-coordinate representation of color #46031B: hue angle of 338.51º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46031B is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB70327-
CMYK00.960.610.73
HSL338.51º91.78%14.31%-
HSV(B)338.51º95.71%27.45%-
XYZ2.761.451.17-
YUV25.77128.7159.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 27 (10.94% from 255) = 27%
R=70%
G=3%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7032700.960.610.73338.5191.7814.31
Hex4631B0603D491535ce
Octal10633301407511152313416
Binary1000110111101101100000111101100100110101001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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