#44081A

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

Shades of Bordeaux #44081A

Tints of Bordeaux #44081A

Color information

#44081A (or 0x44081A) is unknown color: approx Bordeaux. HEX triplet: 44, 08 and 1A. RGB value is (68,8,26). Sum of RGB (Red+Green+Blue) = 68+8+26=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #44081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44081A is #BBF7E5. Grayscale: #1B1B1B. Windows color (decimal): -12318694 or 1706052. OLE color: 1706052.

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

Color convert

RGB68826-
CMYK00.880.620.73
HSL342º78.95%14.9%-
HSV(B)342º88.24%26.67%-
XYZ2.661.481.12-
YUV27.99126.88156.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 7.84%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=66.67%
G=7.84%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6882600.880.620.7334278.9514.9
Hex4481A0583E491564ff
Octal104103201307611152611717
Binary100010010001101001011000111110100100110101011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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