#46021B

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

Shades of Bordeaux #46021B

Tints of Bordeaux #46021B

Color information

#46021B (or 0x46021B) is unknown color: approx Bordeaux. HEX triplet: 46, 02 and 1B. RGB value is (70,2,27). Sum of RGB (Red+Green+Blue) = 70+2+27=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #46021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46021B is #B9FDE4. Grayscale: #191919. Windows color (decimal): -12189157 or 1770054. OLE color: 1770054.

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

Color convert

RGB70227-
CMYK00.970.610.73
HSL337.94º94.44%14.12%-
HSV(B)337.94º97.14%27.45%-
XYZ2.751.421.17-
YUV25.18129.03159.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 70.71%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=70.71%
G=2.02%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7022700.970.610.73337.9494.4414.12
Hex4621B0613D491525ee
Octal10623301417511152213616
Binary1000110101101101100001111101100100110101001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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