#44041B

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

Shades of Bordeaux #44041B

Tints of Bordeaux #44041B

Color information

#44041B (or 0x44041B) is unknown color: approx Bordeaux. HEX triplet: 44, 04 and 1B. RGB value is (68,4,27). Sum of RGB (Red+Green+Blue) = 68+4+27=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #44041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44041B is #BBFBE4. Grayscale: #191919. Windows color (decimal): -12319717 or 1770564. OLE color: 1770564.

HSL color Cylindrical-coordinate representation of color #44041B: hue angle of 338.44º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44041B is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB68427-
CMYK00.940.600.73
HSL338.44º88.89%14.12%-
HSV(B)338.44º94.12%26.67%-
XYZ2.631.391.17-
YUV25.76128.7158.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68.69%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=68.69%
G=4.04%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6842700.940.600.73338.4488.8914.12
Hex4441B05E3C4915259e
Octal10443301367411152213116
Binary10001001001101101011110111100100100110101001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44041B; }

 p { color: rgb(68,4,27); }

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

<style>
 a { background-color: #44041B; }

 a { background-color: rgb(68,4,27); }

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

<style>
 span { border-color: #44041B; }

 span { border-color: rgb(68,4,27); }

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