#44161E

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

Shades of Bordeaux #44161E

Tints of Bordeaux #44161E

Color information

#44161E (or 0x44161E) is unknown color: approx Bordeaux. HEX triplet: 44, 16 and 1E. RGB value is (68,22,30). Sum of RGB (Red+Green+Blue) = 68+22+30=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #44161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44161E is #BBE9E1. Grayscale: #242424. Windows color (decimal): -12315106 or 1971780. OLE color: 1971780.

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

Color convert

RGB682230-
CMYK00.680.560.73
HSL349.57º51.11%17.65%-
HSV(B)349.57º67.65%26.67%-
XYZ2.911.91.44-
YUV36.67124.24150.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.67%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 30 (12.11% from 255) = 25%
R=56.67%
G=18.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68223000.680.560.73349.5751.1117.65
Hex44161E044384915e3312
Octal10426360104701115366322
Binary1000100101101111001000100111000100100110101111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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