#46011A

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

Shades of Bordeaux #46011A

Tints of Bordeaux #46011A

Color information

#46011A (or 0x46011A) is unknown color: approx Bordeaux. HEX triplet: 46, 01 and 1A. RGB value is (70,1,26). Sum of RGB (Red+Green+Blue) = 70+1+26=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #46011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46011A is #B9FEE5. Grayscale: #181818. Windows color (decimal): -12189414 or 1704262. OLE color: 1704262.

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

Color convert

RGB70126-
CMYK00.990.630.73
HSL338.26º97.18%13.92%-
HSV(B)338.26º98.57%27.45%-
XYZ2.721.41.1-
YUV24.48128.86160.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 72.16%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 26 (10.55% from 255) = 26.80%
R=72.16%
G=1.03%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7012600.990.630.73338.2697.1813.92
Hex4611A0633F4915261e
Octal10613201437711152214116
Binary100011011101001100011111111100100110101001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46011A; }

 p { color: rgb(70,1,26); }

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

<style>
 a { background-color: #46011A; }

 a { background-color: rgb(70,1,26); }

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

<style>
 span { border-color: #46011A; }

 span { border-color: rgb(70,1,26); }

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