#44111D

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

Shades of Bordeaux #44111D

Tints of Bordeaux #44111D

Color information

#44111D (or 0x44111D) is unknown color: approx Bordeaux. HEX triplet: 44, 11 and 1D. RGB value is (68,17,29). Sum of RGB (Red+Green+Blue) = 68+17+29=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #44111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44111D is #BBEEE2. Grayscale: #212121. Windows color (decimal): -12316387 or 1904964. OLE color: 1904964.

HSL color Cylindrical-coordinate representation of color #44111D: hue angle of 345.88º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44111D is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB681729-
CMYK00.750.570.73
HSL345.88º60%16.67%-
HSV(B)345.88º75%26.67%-
XYZ2.811.721.35-
YUV33.62125.4152.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=59.65%
G=14.91%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68172900.750.570.73345.886016.67
Hex44111D04B394915a3c11
Octal10421350113711115327421
Binary1000100100011110101001011111001100100110101101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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