#46091D

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

Shades of Bordeaux #46091D

Tints of Bordeaux #46091D

Color information

#46091D (or 0x46091D) is unknown color: approx Bordeaux. HEX triplet: 46, 09 and 1D. RGB value is (70,9,29). Sum of RGB (Red+Green+Blue) = 70+9+29=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #46091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46091D is #B9F6E2. Grayscale: #1D1D1D. Windows color (decimal): -12187363 or 1902918. OLE color: 1902918.

HSL color Cylindrical-coordinate representation of color #46091D: hue angle of 340.33º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46091D is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB70929-
CMYK00.870.590.73
HSL340.33º77.22%15.49%-
HSV(B)340.33º87.14%27.45%-
XYZ2.851.591.32-
YUV29.52127.71156.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.81%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=64.81%
G=8.33%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7092900.870.590.73340.3377.2215.49
Hex4691D0573B491544df
Octal106113501277311152411517
Binary100011010011110101010111111011100100110101010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46091D; }

 p { color: rgb(70,9,29); }

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

<style>
 a { background-color: #46091D; }

 a { background-color: rgb(70,9,29); }

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

<style>
 span { border-color: #46091D; }

 span { border-color: rgb(70,9,29); }

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