#40111D

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

Shades of Bordeaux #40111D

Tints of Bordeaux #40111D

Color information

#40111D (or 0x40111D) is unknown color: approx Bordeaux. HEX triplet: 40, 11 and 1D. RGB value is (64,17,29). Sum of RGB (Red+Green+Blue) = 64+17+29=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #40111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40111D is #BFEEE2. Grayscale: #202020. Windows color (decimal): -12578531 or 1904960. OLE color: 1904960.

HSL color Cylindrical-coordinate representation of color #40111D: hue angle of 344.68º 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 #40111D is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB641729-
CMYK00.730.550.75
HSL344.68º58.02%15.88%-
HSV(B)344.68º73.44%25.1%-
XYZ2.541.581.33-
YUV32.42126.07150.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=58.18%
G=15.45%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64172900.730.550.75344.6858.0215.88
Hex40111D049374B1593a10
Octal10021350111671135317220
Binary1000000100011110101001001110111100101110101100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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