#44101F

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

Shades of Bordeaux #44101F

Tints of Bordeaux #44101F

Color information

#44101F (or 0x44101F) is unknown color: approx Bordeaux. HEX triplet: 44, 10 and 1F. RGB value is (68,16,31). Sum of RGB (Red+Green+Blue) = 68+16+31=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #44101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44101F is #BBEFE0. Grayscale: #212121. Windows color (decimal): -12316641 or 2035780. OLE color: 2035780.

HSL color Cylindrical-coordinate representation of color #44101F: hue angle of 342.69º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44101F is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB681631-
CMYK00.760.540.73
HSL342.69º61.9%16.47%-
HSV(B)342.69º76.47%26.67%-
XYZ2.821.71.48-
YUV33.26126.73152.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=59.13%
G=13.91%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68163100.760.540.73342.6961.916.47
Hex44101F04C36491573e10
Octal10420370114661115277620
Binary1000100100001111101001100110110100100110101011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44101F; }

 p { color: rgb(68,16,31); }

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

<style>
 a { background-color: #44101F; }

 a { background-color: rgb(68,16,31); }

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

<style>
 span { border-color: #44101F; }

 span { border-color: rgb(68,16,31); }

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