#44071B

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

Shades of Bordeaux #44071B

Tints of Bordeaux #44071B

Color information

#44071B (or 0x44071B) is unknown color: approx Bordeaux. HEX triplet: 44, 07 and 1B. RGB value is (68,7,27). Sum of RGB (Red+Green+Blue) = 68+7+27=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #44071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44071B is #BBF8E4. Grayscale: #1B1B1B. Windows color (decimal): -12318949 or 1771332. OLE color: 1771332.

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

Color convert

RGB68727-
CMYK00.900.600.73
HSL340.33º81.33%14.71%-
HSV(B)340.33º89.71%26.67%-
XYZ2.661.461.18-
YUV27.52127.71156.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=66.67%
G=6.86%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6872700.900.600.73340.3381.3314.71
Hex4471B05A3C4915451f
Octal10473301327411152412117
Binary10001001111101101011010111100100100110101010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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