#440E1D

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

Shades of Bordeaux #440E1D

Tints of Bordeaux #440E1D

Color information

#440E1D (or 0x440E1D) is unknown color: approx Bordeaux. HEX triplet: 44, 0E and 1D. RGB value is (68,14,29). Sum of RGB (Red+Green+Blue) = 68+14+29=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #440E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E1D is #BBF1E2. Grayscale: #1F1F1F. Windows color (decimal): -12317155 or 1904196. OLE color: 1904196.

HSL color Cylindrical-coordinate representation of color #440E1D: hue angle of 343.33º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #440E1D is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB681429-
CMYK00.790.570.73
HSL343.33º65.85%16.08%-
HSV(B)343.33º79.41%26.67%-
XYZ2.761.631.33-
YUV31.86126.39153.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.26%
GREEN value IS 14 (5.86% from 255) = 12.61%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=61.26%
G=12.61%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68142900.790.570.73343.3365.8516.08
Hex44E1D04F39491574210
Octal104163501177111152710220
Binary1000100111011101010011111110011001001101010111100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440E1D; }

 p { color: rgb(68,14,29); }

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

<style>
 a { background-color: #440E1D; }

 a { background-color: rgb(68,14,29); }

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

<style>
 span { border-color: #440E1D; }

 span { border-color: rgb(68,14,29); }

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