#44131F

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

Shades of Bordeaux #44131F

Tints of Bordeaux #44131F

Color information

#44131F (or 0x44131F) is unknown color: approx Bordeaux. HEX triplet: 44, 13 and 1F. RGB value is (68,19,31). Sum of RGB (Red+Green+Blue) = 68+19+31=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #44131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44131F is #BBECE0. Grayscale: #232323. Windows color (decimal): -12315873 or 2036548. OLE color: 2036548.

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

Color convert

RGB681931-
CMYK00.720.540.73
HSL345.31º56.32%17.06%-
HSV(B)345.31º72.06%26.67%-
XYZ2.861.791.49-
YUV35.02125.73151.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.63%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=57.63%
G=16.10%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68193100.720.540.73345.3156.3217.06
Hex44131F04836491593811
Octal10423370110661115317021
Binary1000100100111111101001000110110100100110101100111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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