#44121E

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

Shades of Bordeaux #44121E

Tints of Bordeaux #44121E

Color information

#44121E (or 0x44121E) is unknown color: approx Bordeaux. HEX triplet: 44, 12 and 1E. RGB value is (68,18,30). Sum of RGB (Red+Green+Blue) = 68+18+30=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #44121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44121E is #BBEDE1. Grayscale: #222222. Windows color (decimal): -12316130 or 1970756. OLE color: 1970756.

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

Color convert

RGB681830-
CMYK00.740.560.73
HSL345.6º58.14%16.86%-
HSV(B)345.6º73.53%26.67%-
XYZ2.831.761.42-
YUV34.32125.56152.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.62%
GREEN value IS 18 (7.42% from 255) = 15.52%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=58.62%
G=15.52%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68183000.740.560.73345.658.1416.86
Hex44121E04A384915a3a11
Octal10422360112701115327221
Binary1000100100101111001001010111000100100110101101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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