#44131E

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

Shades of Bordeaux #44131E

Tints of Bordeaux #44131E

Color information

#44131E (or 0x44131E) is unknown color: approx Bordeaux. HEX triplet: 44, 13 and 1E. RGB value is (68,19,30). Sum of RGB (Red+Green+Blue) = 68+19+30=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #44131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44131E is #BBECE1. Grayscale: #222222. Windows color (decimal): -12315874 or 1971012. OLE color: 1971012.

HSL color Cylindrical-coordinate representation of color #44131E: hue angle of 346.53º 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 #44131E is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB681930-
CMYK00.720.560.73
HSL346.53º56.32%17.06%-
HSV(B)346.53º72.06%26.67%-
XYZ2.851.791.42-
YUV34.9125.23151.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=58.12%
G=16.24%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68193000.720.560.73346.5356.3217.06
Hex44131E048384915b3811
Octal10423360110701115337021
Binary1000100100111111001001000111000100100110101101111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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