#44071C

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

Shades of Bordeaux #44071C

Tints of Bordeaux #44071C

Color information

#44071C (or 0x44071C) is unknown color: approx Bordeaux. HEX triplet: 44, 07 and 1C. RGB value is (68,7,28). Sum of RGB (Red+Green+Blue) = 68+7+28=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #44071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44071C is #BBF8E3. Grayscale: #1B1B1B. Windows color (decimal): -12318948 or 1836868. OLE color: 1836868.

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

Color convert

RGB68728-
CMYK00.900.590.73
HSL339.34º81.33%14.71%-
HSV(B)339.34º89.71%26.67%-
XYZ2.671.461.24-
YUV27.63128.21156.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.02%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=66.02%
G=6.80%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6872800.900.590.73339.3481.3314.71
Hex4471C05A3B4915351f
Octal10473401327311152312117
Binary10001001111110001011010111011100100110101001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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