#44081B

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

Shades of Bordeaux #44081B

Tints of Bordeaux #44081B

Color information

#44081B (or 0x44081B) is unknown color: approx Bordeaux. HEX triplet: 44, 08 and 1B. RGB value is (68,8,27). Sum of RGB (Red+Green+Blue) = 68+8+27=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #44081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44081B is #BBF7E4. Grayscale: #1C1C1C. Windows color (decimal): -12318693 or 1771588. OLE color: 1771588.

HSL color Cylindrical-coordinate representation of color #44081B: hue angle of 341º 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 #44081B is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB68827-
CMYK00.880.600.73
HSL341º78.95%14.9%-
HSV(B)341º88.24%26.67%-
XYZ2.671.481.18-
YUV28.11127.38156.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.02%
GREEN value IS 8 (3.52% from 255) = 7.77%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=66.02%
G=7.77%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6882700.880.600.7334178.9514.9
Hex4481B0583C491554ff
Octal104103301307411152511717
Binary100010010001101101011000111100100100110101010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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