#44091A

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

Shades of Bordeaux #44091A

Tints of Bordeaux #44091A

Color information

#44091A (or 0x44091A) is unknown color: approx Bordeaux. HEX triplet: 44, 09 and 1A. RGB value is (68,9,26). Sum of RGB (Red+Green+Blue) = 68+9+26=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #44091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44091A is #BBF6E5. Grayscale: #1C1C1C. Windows color (decimal): -12318438 or 1706308. OLE color: 1706308.

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

Color convert

RGB68926-
CMYK00.870.620.73
HSL342.71º76.62%15.1%-
HSV(B)342.71º86.76%26.67%-
XYZ2.671.51.13-
YUV28.58126.55156.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.02%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=66.02%
G=8.74%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6892600.870.620.73342.7176.6215.1
Hex4491A0573E491574df
Octal104113201277611152711517
Binary100010010011101001010111111110100100110101011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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