#44081C

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

Shades of Bordeaux #44081C

Tints of Bordeaux #44081C

Color information

#44081C (or 0x44081C) is unknown color: approx Bordeaux. HEX triplet: 44, 08 and 1C. RGB value is (68,8,28). Sum of RGB (Red+Green+Blue) = 68+8+28=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #44081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44081C is #BBF7E3. Grayscale: #1C1C1C. Windows color (decimal): -12318692 or 1837124. OLE color: 1837124.

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

Color convert

RGB68828-
CMYK00.880.590.73
HSL340º78.95%14.9%-
HSV(B)340º88.24%26.67%-
XYZ2.681.491.24-
YUV28.22127.88156.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=65.38%
G=7.69%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6882800.880.590.7334078.9514.9
Hex4481C0583B491544ff
Octal104103401307311152411717
Binary100010010001110001011000111011100100110101010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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