#44041A

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

Shades of Bordeaux #44041A

Tints of Bordeaux #44041A

Color information

#44041A (or 0x44041A) is unknown color: approx Bordeaux. HEX triplet: 44, 04 and 1A. RGB value is (68,4,26). Sum of RGB (Red+Green+Blue) = 68+4+26=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #44041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44041A is #BBFBE5. Grayscale: #191919. Windows color (decimal): -12319718 or 1705028. OLE color: 1705028.

HSL color Cylindrical-coordinate representation of color #44041A: hue angle of 339.38º 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 #44041A is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB68426-
CMYK00.940.620.73
HSL339.38º88.89%14.12%-
HSV(B)339.38º94.12%26.67%-
XYZ2.611.391.11-
YUV25.64128.2158.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 69.39%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=69.39%
G=4.08%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6842600.940.620.73339.3888.8914.12
Hex4441A05E3E4915359e
Octal10443201367611152313116
Binary10001001001101001011110111110100100110101001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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