#46071A

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

Shades of Bordeaux #46071A

Tints of Bordeaux #46071A

Color information

#46071A (or 0x46071A) is unknown color: approx Bordeaux. HEX triplet: 46, 07 and 1A. RGB value is (70,7,26). Sum of RGB (Red+Green+Blue) = 70+7+26=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #46071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46071A is #B9F8E5. Grayscale: #1B1B1B. Windows color (decimal): -12187878 or 1705798. OLE color: 1705798.

HSL color Cylindrical-coordinate representation of color #46071A: hue angle of 341.9º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46071A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB70726-
CMYK00.900.630.73
HSL341.9º81.82%15.1%-
HSV(B)341.9º90%27.45%-
XYZ2.791.531.13-
YUV28126.87157.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=67.96%
G=6.80%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7072600.900.630.73341.981.8215.1
Hex4671A05A3F4915652f
Octal10673201327711152612217
Binary10001101111101001011010111111100100110101011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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