#44081D

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

Shades of Bordeaux #44081D

Tints of Bordeaux #44081D

Color information

#44081D (or 0x44081D) is unknown color: approx Bordeaux. HEX triplet: 44, 08 and 1D. RGB value is (68,8,29). Sum of RGB (Red+Green+Blue) = 68+8+29=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #44081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44081D is #BBF7E2. Grayscale: #1C1C1C. Windows color (decimal): -12318691 or 1902660. OLE color: 1902660.

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

Color convert

RGB68829-
CMYK00.880.570.73
HSL339º78.95%14.9%-
HSV(B)339º88.24%26.67%-
XYZ2.691.491.31-
YUV28.33128.38156.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.76%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=64.76%
G=7.62%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6882900.880.570.7333978.9514.9
Hex4481D05839491534ff
Octal104103501307111152311717
Binary100010010001110101011000111001100100110101001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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