#44091C

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

Shades of Bordeaux #44091C

Tints of Bordeaux #44091C

Color information

#44091C (or 0x44091C) is unknown color: approx Bordeaux. HEX triplet: 44, 09 and 1C. RGB value is (68,9,28). Sum of RGB (Red+Green+Blue) = 68+9+28=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #44091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44091C is #BBF6E3. Grayscale: #1C1C1C. Windows color (decimal): -12318436 or 1837380. OLE color: 1837380.

HSL color Cylindrical-coordinate representation of color #44091C: hue angle of 340.68º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44091C is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB68928-
CMYK00.870.590.73
HSL340.68º76.62%15.1%-
HSV(B)340.68º86.76%26.67%-
XYZ2.691.511.25-
YUV28.81127.55155.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.76%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=64.76%
G=8.57%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6892800.870.590.73340.6876.6215.1
Hex4491C0573B491554df
Octal104113401277311152511517
Binary100010010011110001010111111011100100110101010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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