#44071A

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

Shades of Bordeaux #44071A

Tints of Bordeaux #44071A

Color information

#44071A (or 0x44071A) is unknown color: approx Bordeaux. HEX triplet: 44, 07 and 1A. RGB value is (68,7,26). Sum of RGB (Red+Green+Blue) = 68+7+26=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #44071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44071A is #BBF8E5. Grayscale: #1B1B1B. Windows color (decimal): -12318950 or 1705796. OLE color: 1705796.

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

Color convert

RGB68726-
CMYK00.900.620.73
HSL341.31º81.33%14.71%-
HSV(B)341.31º89.71%26.67%-
XYZ2.651.461.12-
YUV27.4127.21156.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 67.33%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=67.33%
G=6.93%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6872600.900.620.73341.3181.3314.71
Hex4471A05A3E4915551f
Octal10473201327611152512117
Binary10001001111101001011010111110100100110101010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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