#44061A

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

Shades of Bordeaux #44061A

Tints of Bordeaux #44061A

Color information

#44061A (or 0x44061A) is unknown color: approx Bordeaux. HEX triplet: 44, 06 and 1A. RGB value is (68,6,26). Sum of RGB (Red+Green+Blue) = 68+6+26=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #44061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44061A is #BBF9E5. Grayscale: #1A1A1A. Windows color (decimal): -12319206 or 1705540. OLE color: 1705540.

HSL color Cylindrical-coordinate representation of color #44061A: hue angle of 340.65º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44061A is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB68626-
CMYK00.910.620.73
HSL340.65º83.78%14.51%-
HSV(B)340.65º91.18%26.67%-
XYZ2.641.431.12-
YUV26.82127.54157.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 26 (10.55% from 255) = 26%
R=68%
G=6%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6862600.910.620.73340.6583.7814.51
Hex4461A05B3E4915554f
Octal10463201337611152512417
Binary10001001101101001011011111110100100110101010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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