#46041B

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

Shades of Bordeaux #46041B

Tints of Bordeaux #46041B

Color information

#46041B (or 0x46041B) is unknown color: approx Bordeaux. HEX triplet: 46, 04 and 1B. RGB value is (70,4,27). Sum of RGB (Red+Green+Blue) = 70+4+27=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #46041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46041B is #B9FBE4. Grayscale: #1A1A1A. Windows color (decimal): -12188645 or 1770566. OLE color: 1770566.

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

Color convert

RGB70427-
CMYK00.940.610.73
HSL339.09º89.19%14.51%-
HSV(B)339.09º94.29%27.45%-
XYZ2.771.471.17-
YUV26.36128.37159.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 69.31%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=69.31%
G=3.96%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7042700.940.610.73339.0989.1914.51
Hex4641B05E3D4915359f
Octal10643301367511152313117
Binary10001101001101101011110111101100100110101001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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