#46081A

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

Shades of Bordeaux #46081A

Tints of Bordeaux #46081A

Color information

#46081A (or 0x46081A) is unknown color: approx Bordeaux. HEX triplet: 46, 08 and 1A. RGB value is (70,8,26). Sum of RGB (Red+Green+Blue) = 70+8+26=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #46081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46081A is #B9F7E5. Grayscale: #1C1C1C. Windows color (decimal): -12187622 or 1706054. OLE color: 1706054.

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

Color convert

RGB70826-
CMYK00.890.630.73
HSL342.58º79.49%15.29%-
HSV(B)342.58º88.57%27.45%-
XYZ2.81.551.13-
YUV28.59126.54157.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.31%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 26 (10.55% from 255) = 25%
R=67.31%
G=7.69%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7082600.890.630.73342.5879.4915.29
Hex4681A0593F491574ff
Octal106103201317711152711717
Binary100011010001101001011001111111100100110101011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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