#44151E

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

Shades of Bordeaux #44151E

Tints of Bordeaux #44151E

Color information

#44151E (or 0x44151E) is unknown color: approx Bordeaux. HEX triplet: 44, 15 and 1E. RGB value is (68,21,30). Sum of RGB (Red+Green+Blue) = 68+21+30=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #44151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44151E is #BBEAE1. Grayscale: #242424. Windows color (decimal): -12315362 or 1971524. OLE color: 1971524.

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

Color convert

RGB682130-
CMYK00.690.560.73
HSL348.51º52.81%17.45%-
HSV(B)348.51º69.12%26.67%-
XYZ2.891.861.43-
YUV36.08124.57150.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.14%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=57.14%
G=17.65%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68213000.690.560.73348.5152.8117.45
Hex44151E045384915d3511
Octal10425360105701115356521
Binary1000100101011111001000101111000100100110101110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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