#40091B

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

Shades of Bordeaux #40091B

Tints of Bordeaux #40091B

Color information

#40091B (or 0x40091B) is unknown color: approx Bordeaux. HEX triplet: 40, 09 and 1B. RGB value is (64,9,27). Sum of RGB (Red+Green+Blue) = 64+9+27=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #40091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40091B is #BFF6E4. Grayscale: #1B1B1B. Windows color (decimal): -12580581 or 1771840. OLE color: 1771840.

HSL color Cylindrical-coordinate representation of color #40091B: hue angle of 340.36º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40091B is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB64927-
CMYK00.860.580.75
HSL340.36º75.34%14.31%-
HSV(B)340.36º85.94%25.1%-
XYZ2.411.361.17-
YUV27.5127.72154.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 27 (10.94% from 255) = 27%
R=64%
G=9%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6492700.860.580.75340.3675.3414.31
Hex4091B0563A4B1544be
Octal100113301267211352411316
Binary100000010011101101010110111010100101110101010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,9,27); }

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

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

 a { background-color: rgb(64,9,27); }

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

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

 span { border-color: rgb(64,9,27); }

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