#40111E

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

Shades of Bordeaux #40111E

Tints of Bordeaux #40111E

Color information

#40111E (or 0x40111E) is unknown color: approx Bordeaux. HEX triplet: 40, 11 and 1E. RGB value is (64,17,30). Sum of RGB (Red+Green+Blue) = 64+17+30=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40111E is #BFEEE1. Grayscale: #202020. Windows color (decimal): -12578530 or 1970496. OLE color: 1970496.

HSL color Cylindrical-coordinate representation of color #40111E: hue angle of 343.4º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40111E is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB641730-
CMYK00.730.530.75
HSL343.4º58.02%15.88%-
HSV(B)343.4º73.44%25.1%-
XYZ2.551.581.4-
YUV32.53126.57150.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 17 (7.03% from 255) = 15.32%
BLUE value IS 30 (12.11% from 255) = 27.03%
R=57.66%
G=15.32%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64173000.730.530.75343.458.0215.88
Hex40111E049354B1573a10
Octal10021360111651135277220
Binary1000000100011111001001001110101100101110101011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40111E; }

 p { color: rgb(64,17,30); }

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

<style>
 a { background-color: #40111E; }

 a { background-color: rgb(64,17,30); }

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

<style>
 span { border-color: #40111E; }

 span { border-color: rgb(64,17,30); }

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