#46141B

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

Shades of Bordeaux #46141B

Tints of Bordeaux #46141B

Color information

#46141B (or 0x46141B) is unknown color: approx Bordeaux. HEX triplet: 46, 14 and 1B. RGB value is (70,20,27). Sum of RGB (Red+Green+Blue) = 70+20+27=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46141B is #B9EBE4. Grayscale: #232323. Windows color (decimal): -12184549 or 1774662. OLE color: 1774662.

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

Color convert

RGB702027-
CMYK00.710.610.73
HSL351.6º55.56%17.65%-
HSV(B)351.6º71.43%27.45%-
XYZ2.971.881.24-
YUV35.75123.06152.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.83%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=59.83%
G=17.09%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70202700.710.610.73351.655.5617.65
Hex46141B0473D491603812
Octal10624330107751115407022
Binary1000110101001101101000111111101100100110110000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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